Performance data parameters
Performance Data
...
Format:
perfdata_timeout=<seconds>
Example:
...
Performance Data Processing Option
Format:
...
- 1 = Process performance data (default)
Host/Service Performance Data Processing Command
Format:
host_perfdata_command=<configobjects/command>
service_perfdata_command=<configobjects/command>
Example:
...
Advanced scheduling parameters
...
service_freshness_check_interval=60
host_freshness_check_interval=60
This setting determines how often (in seconds) Shinken will periodically check the “freshness" of host/check results. If you have disabled host/check freshness checking (with the check_service_freshness option), this option has no effect. More information on freshness checking can be found here.
Resource File
Format
resource_file=<file_name>
Example:
resource_file=/etc/shinken/resource.cfg
This is used to specify an optional resource file that can contain "$USERn$" Understanding Macros/Data and How They Work definitions. "$USERn$" macros are useful for storing usernames, passwords, and items commonly used in command definitions (like directory paths).
A classical variable used is $USER1$, used to store the plugins path, "/usr/lib/nagios/plugins" on a classic installation.
Notifications Option
Format:
...
- 1 = Enable notifications (default)
Log Rotation Method (Not fully implemented)
Format:
log_rotation_method=<d>
Example:
log_rotation_method=d
This is the rotation method used by Shinken Enterprise for your log file on the broker server . Values are as follows:
- d = Daily (rotate the log at midnight each day)
External Command Check Option
...