Ticket #308 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

Wmi performance counter missing after upgrade

Reported by: nordengen Owned by: mickem
Priority: 3 Milestone: 0.4.0
Component: CheckWMI Version: 0.3.5
Severity: Bugs Keywords:
Cc:

Description (last modified by mickem) (diff)

After upgrading from NSClient++ 0.3.0.5 2007-12-04 to NSClient++ 0.3.6.818 2009-06-14 Wmi performance counters have disappeared.

Query and result with 0.3.0.5:

CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
System threads: 93 > warning, svchost.exe threads: 54 > warning|'System Idle Process threads'=2;50;100; 'System threads'=93;50;100; 'smss.exe threads'=3;50;100; 'csrss.exe threads'=16;50;100; 'winlogon.exe threads'=21;50;100;.....

Query and result with 0.3.6:

CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
System threads: 102 > critical, svchost.exe threads: 54 > warning, hpsmhd.exe threads: 257 > critical

This is the same query as is documented on  http://trac.nakednuns.org/nscp/wiki/CheckWMIValue.

Change History

comment:1 Changed 3 years ago by mickem

  • Status changed from new to assigned
  • Description modified (diff)

comment:2 Changed 3 years ago by mickem

  • Status changed from assigned to closed
  • Resolution set to worksforme

I got performance data when I tried this?

Can you verify this again?

Michael Medin

Note: See TracTickets for help on using tickets.