Changes between Version 4 and Version 5 of CheckWMI


Ignore:
Timestamp:
11/06/07 21:01:09 (6 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckWMI

    v4 v5  
    66It is still alpha need to do more testing but I would like to get some initialö feedback on the syntax and such. 
    77Also 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) 
     8To debug and help you setup your queries there is also a command line interface to run queries and see the result. 
     9{{{ 
     10nsclient++ CheckWMI <query> 
     11}}} 
    812 
    913The syntax for this is Similar to CheckEventLog but simpliefied in regards to syntax so I hope it shall be easier to use and udnerstand. 
     
    5862}}} 
    5963 
     64To try a query use the following syntax: 
     65{{{ 
     66nsclient++ CheckWMI Select * from win32_Processor 
     67}}} 
     68 
    6069(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.)