Package ZenWin :: Module WMIPlugin :: Class WMIPlugin
[hide private]
[frames] | no frames]

Class WMIPlugin

source code

Products.DataCollector.plugins.CollectorPlugin.CollectorPlugin --+
                                                                 |
                                                                WMIPlugin

A WMIPlugin defines a native Python collection routine and a parsing method to turn the returned data structure into a datamap. A valid WMIPlugin must implement the process method.

Instance Methods [hide private]
 
condition(self, device, log) source code
 
copyDataToProxy(self, device, proxy) source code
 
queries(self) source code
 
preprocess(self, results, log) source code
Class Variables [hide private]
  transport = "wmi"
  deviceProperties = CollectorPlugin.deviceProperties+('zWmiMoni...
Class Variable Details [hide private]

deviceProperties

Value:
CollectorPlugin.deviceProperties+('zWmiMonitorIgnore', 'zWinUser', 'zW\
inPassword', 'zWinEventlogMinSeverity',)