Changes between Version 2 and Version 3 of CheckWMI/CheckWMI
- Timestamp:
- 09/18/09 16:45:14 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CheckWMI/CheckWMI
v2 v3 52 52 53 53 == Examples == 54 Check to see if there is 2 CPUs present (or cores) 55 {{{ 56 CheckWMI MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor" 57 }}} 54 === A sample query === 55 A not very useful check which serves to illustrate how to use the command. Check to see if there is 2 CPUs present (or cores) 56 [[NSClientCommand(CheckWMI,MaxCrit=3 MinWarn=1 "Query=Select * from win32_Processor")]] 57 [[NSClientResult(WARNING,WARNING:: 1 < warning,''=1;0;3;)]] 58 [[NSClientConfig()]] 59 60 58 61 59 62 Check to see that no CPU has less then 2.66GHz frequency








