Re: MSSQL/IIS
Posted: Fri Aug 12, 2011 12:00 pm
So I installed the WMI wizard on different wmware machine, and WMI checks worked on it. Then I looked at the version and discovered that the WMI wizard uses an older version of check_wmi_plus (1.42) then my machine with the checks returning null (1.47, previously 1.46). When I upgraded the working machine to 1.47, the checks returned null, and reinstalling the wmi wizard fixed them.
Not sure if this is of any use, but here are the results I got for a check process command of "explorer.exe" between two different versions.
1.47 - latest version (released yesterday, though 1.46 also returned null in Nagios)
1.42 (installed by WMI wizard, overwrote 1.47)
Not sure if this is of any use, but here are the results I got for a check process command of "explorer.exe" between two different versions.
1.47 - latest version (released yesterday, though 1.46 also returned null in Nagios)
Code: Select all
OK - Found 2 Instance(s) of "Explorer.exe" running (0 excluded). (List is on next line)|'Process Count'=2; 'Excluded Process Count'=0;
The process(es) found are 2x explorer.exeCode: Select all
OK - Found 2 Instance(s) of "Explorer.exe" running. (List is on next line)|'Process Count'=2;
The process(es) found are 2x explorer.exe