WMI checks timing out
Posted: Wed Mar 25, 2015 8:53 am
Hi all,
I'm getting the following error when trying to install monitoring on a Windows 8 machine using the WMI plugin wizzard.
Command Line (v1.49): /usr/local/nagios/libexec/check_wmi_plus.pl -H <IP OF HOST> -u USER -p PASS -m checkeventlog -a Application -o 2 -3 1 --debug
Conf File Dir: /usr/local/nagios/libexec
Loaded Conf File /usr/local/nagios/libexec/check_wmi_plus.conf
Round #1 of 1
QUERY: /usr/bin/wmic --namespace root/cimv2 -U USER%PASS //<IP OF HOST> 'Select Type,LogFile,SourceName,Message,TimeGenerated from Win32_NTLogEvent where Logfile="Application" and EventType<=2 and EventType>0 and TimeGenerated > "20150324163000.00000000"'
UNKNOWN - Plugin Timed out (15 sec)
In my research of this issue I've run across this thread and have verified that the configurations were done correctly however the checks still fail.
http://support.nagios.com/forum/viewtop ... =7&t=31715
The wmiagent user has root permissions on the host (and that the credentials are correct), the windows firewall has been opened up on port 135/5010-5020 and I've confirmed that the windows machine is listening on port 135. Is there anything that I'm missing?
I'm running R2.5 Nagiosxi on a Centos 6.5 host based of the nagiosxi baseline, the machine I'm trying to monitor is running windows 8.
Thanks,
I'm getting the following error when trying to install monitoring on a Windows 8 machine using the WMI plugin wizzard.
Command Line (v1.49): /usr/local/nagios/libexec/check_wmi_plus.pl -H <IP OF HOST> -u USER -p PASS -m checkeventlog -a Application -o 2 -3 1 --debug
Conf File Dir: /usr/local/nagios/libexec
Loaded Conf File /usr/local/nagios/libexec/check_wmi_plus.conf
Round #1 of 1
QUERY: /usr/bin/wmic --namespace root/cimv2 -U USER%PASS //<IP OF HOST> 'Select Type,LogFile,SourceName,Message,TimeGenerated from Win32_NTLogEvent where Logfile="Application" and EventType<=2 and EventType>0 and TimeGenerated > "20150324163000.00000000"'
UNKNOWN - Plugin Timed out (15 sec)
In my research of this issue I've run across this thread and have verified that the configurations were done correctly however the checks still fail.
http://support.nagios.com/forum/viewtop ... =7&t=31715
The wmiagent user has root permissions on the host (and that the credentials are correct), the windows firewall has been opened up on port 135/5010-5020 and I've confirmed that the windows machine is listening on port 135. Is there anything that I'm missing?
I'm running R2.5 Nagiosxi on a Centos 6.5 host based of the nagiosxi baseline, the machine I'm trying to monitor is running windows 8.
Thanks,