NRPE Check All Service Help
Posted: Fri Dec 30, 2016 5:24 pm
Nagios Core 4.1
I have this setup for all my Windows servers
I recently added three new VM Servers and have NRPE working
But this service check gives this error on all three
CRITICAL: RemoteRegistry: stopped (critical)
I checked on all three servers two are Windows 2008 R2 the other is Windows 2012 R2 and on all three the Remote Registry service is running
Any ideas why this is happening on these three and not the others?
Thanks
Tom
I have this setup for all my Windows servers
Code: Select all
define service {
host_name SERVER6
service_description Check All Service
check_command check_nrpe!checkservicestate! -a CheckAll exclude=WLMS
servicegroups AllServices
check_interval 1
use generic-service
}
But this service check gives this error on all three
CRITICAL: RemoteRegistry: stopped (critical)
I checked on all three servers two are Windows 2008 R2 the other is Windows 2012 R2 and on all three the Remote Registry service is running
Any ideas why this is happening on these three and not the others?
Thanks
Tom