check_nt!PROCSTATE problem
Posted: Wed Apr 10, 2013 3:27 am
Hello,
I have a problem with monitoring one of my windows machines. When I'm trying to monitor a process Nagios says the process is down but its not.
My service definition:
define service{
use generic-service
host_name winserver
service_description Pervasive PSQL 11.12 Component - ntbtrv64.exe
check_command check_nt!PROCSTATE!-d SHOWALL -l ntbtrv64.exe
}
administrator@srvNagios:/usr/local/nagios/libexec$ ./check_nt -H IP -s password -p 12489 -v PROCSTATE -d SHOWALL -l ntbtrv64.exe
ntbtrv64.exe: not running
the process name in windows task manager is: ntbtrv64.exe
Nagios status of the service: Status Information: ntbtrv64.exe: not running
All the other checks are working fine like disk space, memory usage and services.
It's a Windows 2012 with NSClient++
Thanks in advance /Joakim
I have a problem with monitoring one of my windows machines. When I'm trying to monitor a process Nagios says the process is down but its not.
My service definition:
define service{
use generic-service
host_name winserver
service_description Pervasive PSQL 11.12 Component - ntbtrv64.exe
check_command check_nt!PROCSTATE!-d SHOWALL -l ntbtrv64.exe
}
administrator@srvNagios:/usr/local/nagios/libexec$ ./check_nt -H IP -s password -p 12489 -v PROCSTATE -d SHOWALL -l ntbtrv64.exe
ntbtrv64.exe: not running
the process name in windows task manager is: ntbtrv64.exe
Nagios status of the service: Status Information: ntbtrv64.exe: not running
All the other checks are working fine like disk space, memory usage and services.
It's a Windows 2012 with NSClient++
Thanks in advance /Joakim
