Search found 2 matches
- Sun Mar 02, 2014 9:50 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe!check_load command failed
- Replies: 23
- Views: 66520
Re: check_nrpe!check_load command failed
I think NRPE is not supposed to work with nagios 4 ; cf this page Compatible With Nagios 1.x Nagios 2.x Nagios 3.x I have the same problem about define check_nrpe : Error: Service check command 'check_nrpe' specified in service 'CPU LOAD' for host 'server2' not defined anywhere! Then I also tried to...
- Sat Mar 01, 2014 5:21 am
- Forum: Open Source Nagios Projects
- Topic: installation issue on Debian Wheezy
- Replies: 15
- Views: 8713
Re: installation issue on Debian Wheezy
The init script (/etc/init.d/nagios) have to be well modified. sudo apt-get install daemon sudo sed -i 's/^\.\ \/etc\/rc.d\/init.d\/functions$/\.\ \/lib\/lsb\/init-functions/g' /etc/init.d/nagios sudo sed -i 's/status\ /status_of_proc\ /g' /etc/init.d/nagios sudo sed -i 's/daemon\ --user=\$user\ \$e...