[Nagiosplug-help] NSClient Help

Tom DE BLENDE tdeblend at gcc.dhl.com
Tue Jan 14 00:00:03 CET 2003


Dear,

I'm tempted to say: go back to your books! Or in this case: to the
Nagios docs.

Why would you add the check_nt_disk command in a host definition? A
more viable check command would be "check-host-alive", defined as:

# 'check-host-alive' command definition
define command{
        command_name    check-host-alive
        command_line    $USER1$/check_ping $HOSTADDRESS$ 100 100
5000.0 5000.0 -p 1
        }

And for check_nt_disk, you can create a service definition for that
host... I'd really suggest to read the docs very carefully and start
from the example config files.

Kind regards,
Tom




More information about the Help mailing list