1 Answer
have you defined check_nfs.sh command on your command.cfg file (/usr/local/nagios/etc/objects/commands.cfg) you need to mention the command as shown below on your commands.cfg file
define command{
command_name check_nfs
command_line $USER1$/check_nfs.sh -I $HOSTADDRESS$ $ARG1$
}
Your Answer
x