> When I define a host, the only command defined which I see I > can use is check-host-alive. This uses ping to determine if > it is "UP". What could I do to determine if it is up, if I > can't ping it, since the host drops those?
I have three different cases for this. Most of my hosts can have a host_check_command of check_ping. Some, behind a firewall, are set to use check_ssh instead (they run SSH so I can use this to verify the host is up). Finally, a couple of really awkward ones I just have a fake 'always up' set (they have special service checks and a host check is not needed). Remember, you can set the host_check_command on a per-host basis if you want. Steve ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
