Changes between Version 4 and Version 5 of CheckWMI
- Timestamp:
- 11/06/07 21:01:09 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CheckWMI
v4 v5 6 6 It is still alpha need to do more testing but I would like to get some initialö feedback on the syntax and such. 7 7 Also feel free to try it out and report bugs to me (might wanna keep track of memory and such as I have not done so myself yet) 8 To debug and help you setup your queries there is also a command line interface to run queries and see the result. 9 {{{ 10 nsclient++ CheckWMI <query> 11 }}} 8 12 9 13 The syntax for this is Similar to CheckEventLog but simpliefied in regards to syntax so I hope it shall be easier to use and udnerstand. … … 58 62 }}} 59 63 64 To try a query use the following syntax: 65 {{{ 66 nsclient++ CheckWMI Select * from win32_Processor 67 }}} 68 60 69 (I know these are not very usefull, but hopefully they will give you an idea how to do things, there a *a lot* of things to check via the WMI so you ought to be able to do most things you want.)








