MSSQL/IIS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
DragonJTS
Posts: 15
Joined: Tue Aug 09, 2011 3:47 pm

Re: MSSQL/IIS

Post by DragonJTS »

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)

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.exe
1.42 (installed by WMI wizard, overwrote 1.47)

Code: 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
Aadjusy
Posts: 1
Joined: Fri Aug 12, 2011 10:25 am
Location: Georgia
Contact:

Re: MSSQL/IIS

Post by Aadjusy »

I am sorry, that has interfered... At me a similar situation. Write here or in PM.
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: MSSQL/IIS

Post by nscott »

Dragon, I'll look into the source code the check_wmi plug and see why the newer version wouldn't be returning a value (hence null)
Nicholas Scott
Former Nagios employee
DragonJTS
Posts: 15
Joined: Tue Aug 09, 2011 3:47 pm

Re: MSSQL/IIS

Post by DragonJTS »

I tried the check_mssql_health plugin, and it works fine, without needing the sql instance.
Locked