Ticket #308 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.







