NRPE not returning status info
Posted: Wed Jan 09, 2013 5:29 pm
I have several Windows 2008 servers running the latest NSClient++ agent, and they are all working fine, and displaying metric-related info in the Status Information column of the Nagios server Services view.
I have several other servers, these are RHEL 6.2, running the latest NRPE agent, and they are all working fine (and tested by failing client-monitored services, and have a corresponding Critical alert generated by Nagios), but none of them display any info at all in the Status Information column of the Nagios server Services view, only the NRPE agent version. I've double checked my host and service configurations with all the templates that I used, and checked with online host and service definition examples, and they seem fine... and yet, no Status Information data. What's up with that? I've attached a screen shot of what I see on the Nagios console. Below are examples of host and service definitions for RHEL 6.2 servers for which no Status Information is displayed. Any ideas?
define host{
use linux-server
host_name lmprodwa1.lmgroup.com
alias lmprodwa1
address 192.168.115.69
}
define service{
use generic-service
host_name lmprodwb3.lmgroup.com
service_description CPU Load
check_command check_nrpe!check_load
}
I have several other servers, these are RHEL 6.2, running the latest NRPE agent, and they are all working fine (and tested by failing client-monitored services, and have a corresponding Critical alert generated by Nagios), but none of them display any info at all in the Status Information column of the Nagios server Services view, only the NRPE agent version. I've double checked my host and service configurations with all the templates that I used, and checked with online host and service definition examples, and they seem fine... and yet, no Status Information data. What's up with that? I've attached a screen shot of what I see on the Nagios console. Below are examples of host and service definitions for RHEL 6.2 servers for which no Status Information is displayed. Any ideas?
define host{
use linux-server
host_name lmprodwa1.lmgroup.com
alias lmprodwa1
address 192.168.115.69
}
define service{
use generic-service
host_name lmprodwb3.lmgroup.com
service_description CPU Load
check_command check_nrpe!check_load
}