Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_multiaddr.php
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
You just place this file in front of the commands no need to change the command itself. E.g:
define command{
command_name check-http
command_line $USER1$/check_http %HOSTADDRESS%
}
will become:
define command{
command_name check-http
command_line $USER1$/check_multiaddr.php $USER1$/check_http %HOSTADDRESS%
}
Now you can specify multiple IP addresses in the host configs, comma-separated.
Arguments:
check_multiaddr.php [--behaviour]
By default it will use the ANY behaviour. This means that as long as one check is successful the end result will be OK. If you specify all then all the checks must be successful before the check returns OK.
define command{
command_name check-http
command_line $USER1$/check_http %HOSTADDRESS%
}
will become:
define command{
command_name check-http
command_line $USER1$/check_multiaddr.php $USER1$/check_http %HOSTADDRESS%
}
Now you can specify multiple IP addresses in the host configs, comma-separated.
Arguments:
check_multiaddr.php [--behaviour
By default it will use the ANY behaviour. This means that as long as one check is successful the end result will be OK. If you specify all then all the checks must be successful before the check returns OK.
Reviews (0)
Be the first to review this listing!