Nagios server
Nagios server
Log Track Supported: No
Config Track Supported: No
Custom Properties Supported: None
Supported Control Actions: None
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 5 min |
Configuration help:
Currently, the HQ Nagios server type is only used to drive auto-discovery of existing Nagios plugins. If the Auto-Discover Plugins? option is checked, the ${nagios.cfg} file will be parsed, creating an HQ Nagios Plugin service for each nagios service definition. Resource variables, hosts and check command templates will be expanded to the actual plugin path and arguments. For example, the following from services.cfg:
define service {
service_description Website HTTP check
use HTTP-3
host_name www.hyperic.com
check_command check_http
}
Will result in a Nagios Plugin service named using host_name + " " + service_description (www.hyperic.com Website HTTP check) with the following configuration:
- path [${installpath}/libexec/check_http]
- args [-H 209.237.227.36]