File nconf.changes of Package nconf
-------------------------------------------------------------------
Sat Dec 15 12:20:55 UTC 2018 - Thomas Wagner <wagner-thomas@gmx.at>
- update to 1.4 which supports php7
-------------------------------------------------------------------
Mon Mar 20 12:22:20 UTC 2017 - lars@linux-schulserver.de
- fix apache configuration to use the new mod_authz_core module
if possible (fixes boo#1030040)
-------------------------------------------------------------------
Sat Feb 25 12:57:51 UTC 2017 - wagner-thomas@gmx.at
- fixed default deployment-paths (nconf-fix-SUSE-output-dir.patch)
- added requirement on tar (needed for deployment)
-------------------------------------------------------------------
Wed Jul 29 08:31:10 UTC 2015 - wagner-thomas@gmx.at
- fix upstream https://github.com/nconf/nconf/pull/30/files
database error due to wrong default for max_length during
changing attributes
-------------------------------------------------------------------
Wed Jul 23 13:30:14 UTC 2014 - lars@linux-schulserver.de
- fix deploy_local.sh to not use the deprecated nagios init script
any more for local deployments. Send a -HUP signal to a running
nagios itself instead. (bnc #886167)
-------------------------------------------------------------------
Mon Dec 23 14:24:40 UTC 2013 - lars@linux-schulserver.de
- add "Require valid-user" and a small documentation for the Apache
configuration as suggested in bnc #855532
(thanks to Thomas Wagner)
-------------------------------------------------------------------
Sun Oct 20 16:42:27 UTC 2013 - lars@linux-schulserver.de
- fix build by defining apache2_sysconfdir manually
- adapt license to follow spdx format string
- only enable php5 (and not php) during post
-------------------------------------------------------------------
Wed Apr 25 11:06:24 UTC 2012 - lars@linux-schulserver.de
- fix apache configuration to work also if SSL is enabled
(fixes bnc #742754)
- specfile cleanup
- enable php5 in post during (1st) install if not already done
-------------------------------------------------------------------
Wed Dec 14 11:26:32 UTC 2011 - lars@linux-schulserver.de
- update to 1.3.0-0:
+ New user interface based on jQuery
+ service to hostgroup assignment through advanced-services
+ host- & service-dependencies, auto-generated service dependencies
+ new configuration deployment (SCP, rsync, HTTPs, local deployment)
+ improved CSV import / export
+ extended perl-API
+ and more - read /usr/share/doc/packages/nconf/CHANGELOG
- include imagepak-base.tar in nconf/img/logos/
-------------------------------------------------------------------
Sun Jul 17 16:37:10 UTC 2011 - lars@linux-schulserver.de
- update to 1.2.6-1:
FIXED:
+ removed "n" from the nagiosadmin contact notification options
+ ImportNagios.pm: some regexps
+ calling mysql_query 2 times (lac_query)
+ deprecated function ereg (> PHP 5.3)
+ sorting when IP-address field contains a hostname
+ Generate Nagios config hangs (100% CPU load)
ADDED:
+ automatic old nagios properties replacement: normal_check_interval
& retry_check_interval by check_interval & retry_interval
+ ImportNagios.pm: cleanup comments on configuration lines (;*)
+ ImportNagios.pm: definiton blocks is skipped if an uncommented
closing-bracket is found
+ added the get_items perl script utility
+ allowing host-preset without preset commands (set as default)
+ "Failed to get host-alive check for host..."
message: hostname in addition of item id
-------------------------------------------------------------------
Wed Dec 1 19:37:15 UTC 2010 - lars@linux-schulserver.de
- split out an nconf-install package containing the INSTALL and
UPGRADE files, so people can just remove this package to
avoid warnings in the webui
-------------------------------------------------------------------
Sun Jan 24 12:39:28 UTC 2010 - lars@linux-schulserver.de
- fix /bin/mail in create_database.sql : openSUSE uses %_bindir/mail
-------------------------------------------------------------------
Sun Dec 13 13:13:36 UTC 2009 - lars@linux-schulserver.de
- remove INSTALL and INSTALL.php if we do an update. In this case
those files are not necessary.
-------------------------------------------------------------------
Tue Dec 1 20:35:00 CET 2009 - lars@linux-schulserver.de
- update to 1.2.6:
FIXED:
+ 'permission denied' bug when a 'normal' user tries to
clear a form
+ 'unknown' user bug in history entry when generating updated
Nagios config
+ max_length limit of 'address' field when cloning a host
+ a bug within the input form for service parameters
(proper handling of the '!' character)
+ a problem with 'multi_modify' not enforcing
ONCALL_GROUPS setting
+ quotes bug " (double) and ' (single) in the
Attributes -> Show / Add form for attributes of type 'select'
and in all other text fields (attribute & friendly name,
description, possible values, pre-defined value)
ADDED:
+ CSV importer and example scripts to import any type of items
from a CSV file into NConf
+ an ID-wrapper script (id_wrapper.php) that allows users to embed
a link to the NConf 'details' page, knowing only the name of an
item (item name and item class are passed as GET-parameters)
+ configuration option OVERVIEW_QUANTITY_STANDARD
+ configuration option SELECT_VALUE_SEPARATOR
+ 'host-template' class and attributes, added several predefined
host-template items
+ 'service-template' class and attributes, added several predefined
service-template items
+ 'use' attribute to 'hosts' & 'services' classes
+ a new 'host_template' and 'service_template' attribute to
timeperiods, nagios-collectors and nagios-monitors. This allows
users to specify templates to be auto-assigned to each service
which is linked with these items.
+ 'default_service_name' attribute to checkcommand class. This value
will be used when adding new services instead of the checkcommand name.
+ 'notes' and 'notes_url' attributes to hostgroup and servicegroup classes.
+ 'stale_service_command' attribute to 'nagios-monitor' class. If set,
this writes a 'dummy' check_command to all services on a 'nagios-monitor.
+ The 'dummy' check_command is therefore no longer triggered by the
'active_checks_enabled' flag.
+ new datatype 'assign_cust_order' to ConfigAttrs table and GUIs.
This allows users to specify the order of how linked items should be
written to the config (necessary for 'use' attributes to define order
of templates).
MERGED:
+ generate_config.pl with NConf perl-API, moved certain functions
to perl modules
RENAMED:
+ old NConf host-templates to 'host presets'
+ 'normal_check_interval' and 'retry_check_interval' attributes
to 'check_interval' and 'retry_interval'
REMOVED:
+ 'dependent_service_description' attribute from 'service' class
CHANGED:
+ 'overview': user can now choose the amount of entries he wants
to see, and also jump to first / last page
+ 'add service': services can be re-used for same host without having
to rename existing ones first (service auto-renamed to '_2')
+ layout of 'assign_many' select-boxes. New is also a live-search
functionality for faster filtering of many entries.
+ 'advanced' tab to remain open while switching views (requires cookies
to be enabled in browser)
+ value separator for attributes of type 'select' from ',' to '::'
+ Nagios config importer: import files are now processed in
sequential order. Items are not read randomly anymore.
+ and extended several functions of the NConf perl-API (refer to API
documentation for details)
+ 'generate config': added possibility to use %...% style NConf macros
in any text attribute (e.g. %NAGIOS_SERVER_NAME% etc.)
+ 'generate config': added 'check_result_path' = nconf/temp/ to
temp/test/nagios.cfg for syntax checking. This eliminates
the common error 'Unable to write to check_result_path'.
+ ConfigAttrs.link_as_child attribute in the database to
ENUM('yes','no') NOT NULL default 'no'
+ several host, service, timeperiod, nagios-collector and
nagios-monitor attributes from 'mandatory' to 'not mandatory'
+ the way several attributes are inherited from timeperiods based
on check_period & notification_period attributes (see release notes!)
+ searchfilters: '%' wildcards are now changed to '*', and '*' will
not change back to '%' anymore
+ searchfilter in 'Show Services': it now filters for hostname
AND servicename combined
-------------------------------------------------------------------
Fri Jul 10 20:58:51 CEST 2009 - lrupp@suse.de
- initial package