Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nconf
> nconf.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nconf.changes of Package nconf (Revision 5)
Currently displaying revision
5
,
show latest
------------------------------------------------------------------- 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