Code: Select all
/check_nrpe -H <IP of Windows Server>And you should be able to run the actual check_nt check:
Code: Select all
./check_nt -H <IP of windows host> -p 12489 -v UPTIMECode: Select all
/check_nrpe -H <IP of Windows Server>Code: Select all
./check_nt -H <IP of windows host> -p 12489 -v UPTIMECode: Select all
./check_nt -H IPADDR -s "password" -p 12489 -v UPTIMECode: Select all
cd /usr/local/nagios/libexec/
./check_nt -H <IP of windows host> -p 12489 -v UPTIMEmobiledataforce wrote:Here is the output:
./check_nt -H IPADDR -s password -p 12489 -v UPTIME
CRITICAL - Socket timeout after 10 seconds
And the output I get from an address I am monitoring successfully:
[root@localhost libexec]# ./check_nt -H IPADDR -s password -p 12489 -v UPTIME
System Uptime - 14 day(s) 10 hour(s) 10 minute(s)
Yeah, sorry about that. I had the thread open for a while in a tab and didn't refresh itmobiledataforce wrote:Isn't that what I just did..?
Code: Select all
yum install nmap
nmap <windows box ip> -p 12489