Check NRPE for Services
Posted: Mon Aug 15, 2016 8:04 pm
I have setup this check
That works great the NSclient is 4.1.73 This is a Windows 2008 64 bit server
This one give me ---- CHECK_NRPE: Invalid packet type received from server.
The nsclient is 4.3.143 it is a Windows 2003 32 Bit Server
I have Windows 2012 Servers and other Windows 2008 servers all working and all on NSclient 4.1.73
I got all this from this site
http://sites.box293.com/nagios/home
Any ideas ?
Thank you
Tom
Code: Select all
define service {
host_name TGCS010
service_description Check All Service
check_command check_nrpe!checkservicestate! -a CheckAll
servicegroups AllServices
check_interval 1
use generic-service
}
Code: Select all
define service {
host_name TGCS002
service_description Check All Service
check_command check_nrpe!check_service! -a CheckAll "filter=name not like 'clr_optimization_v4.0.30319'" exclude=SysmonLog
servicegroups AllServices
check_interval 1
use generic-service
}
The nsclient is 4.3.143 it is a Windows 2003 32 Bit Server
I have Windows 2012 Servers and other Windows 2008 servers all working and all on NSclient 4.1.73
I got all this from this site
http://sites.box293.com/nagios/home
Any ideas ?
Thank you
Tom