Do I need to use check_nrpe on all services?
Posted: Mon Jun 23, 2014 4:20 am
Hi
I am new to Nagios, and I am getting there slowly.
I just discovered last night... check_all_disks reports only "Disk OK". I wanted to see free space so added a plugin to get the free space. Turns out check_all_disks (which uses check_disk) just checks the local disk as all my servers reported the same size! More research, found out I needed check_nrpe!check_all_disks. So now I got that working. BUT...
What about all other checks? This got me worried, are other check_xxx only reporting local server? check_cpu for example is showing a different value for each server, BUT its reporting a different value to another monitoring system I have, which is alerting me to high cpu (and nagios is not). So got me thinking, is check_cpu only checking the local server?
So do I use check_nrpe!check_xxx on all my services? Obviously we want to check remote servers, yet documentation does not detail check_nrpe!check_xx much, I eventually found it on someone else's blog.
Thanks a lot
I am new to Nagios, and I am getting there slowly.
I just discovered last night... check_all_disks reports only "Disk OK". I wanted to see free space so added a plugin to get the free space. Turns out check_all_disks (which uses check_disk) just checks the local disk as all my servers reported the same size! More research, found out I needed check_nrpe!check_all_disks. So now I got that working. BUT...
What about all other checks? This got me worried, are other check_xxx only reporting local server? check_cpu for example is showing a different value for each server, BUT its reporting a different value to another monitoring system I have, which is alerting me to high cpu (and nagios is not). So got me thinking, is check_cpu only checking the local server?
So do I use check_nrpe!check_xxx on all my services? Obviously we want to check remote servers, yet documentation does not detail check_nrpe!check_xx much, I eventually found it on someone else's blog.
Thanks a lot