Another reason we need to restart the server.
After full restart, the command run normally.
Thank you
Search found 4 matches
- Wed Mar 26, 2014 10:33 am
- Forum: Open Source Nagios Projects
- Topic: Command not defined
- Replies: 5
- Views: 5387
- Wed Mar 26, 2014 4:55 am
- Forum: Open Source Nagios Projects
- Topic: Command not defined
- Replies: 5
- Views: 5387
Re: Command not defined
Yes, this is my command list. I write whixh working: # The following examples use hardcoded command arguments... command[check_users]=/usr/local/nagios/libexec/check_users -w 5 -c 10 #WORKING command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20 #WORKING command[check_http]...
- Tue Mar 25, 2014 10:59 am
- Forum: Open Source Nagios Projects
- Topic: Command not defined
- Replies: 5
- Views: 5387
Re: Command not defined
Hi slansing, I make the suggested changes, and the http working fine in the server. I try to make a hdd report like this: NRP.CFG /remote server/ command[check_disk_root]=/usr/local/nagios/libexec/check_disk -w 20% -c 10% -p / SERVICES.CFG /nagios server/ define service{ use generic-service host_nam...
- Mon Mar 24, 2014 10:41 am
- Forum: Open Source Nagios Projects
- Topic: Command not defined
- Replies: 5
- Views: 5387
Command not defined
Hi! I read this forum 2 days, but don't help my problem. I installed a nagios 4, and a host with NRPE 2.14. I configured the nrpe.cfg file, and some hardcoded command works fine, but the check_http is add a NRPE: Command 'check_http' not defined error. I restarted the xinetd, the nrpe, but dont chan...