Package DataCollector :: Package plugins :: Module CollectorPlugin :: Class CommandPlugin
[show private | hide private]
[frames | no frames]

Class CommandPlugin

CollectorPlugin --+
                  |
                 CommandPlugin


A CommandPlugin defines a command to be run on a remote device and a parsing methos to turn the commands output into a datamap. A valid CommandPlugin must have class variable "command" defined and must implement the methods process and condition.
Method Summary
Inherited from CollectorPlugin: checkColumns, condition, hexToBits, maskToBits, name, objectMap, prepId, preprocess, process, relMap

Class Variable Summary
str command = ''
str transport = 'command'
Inherited from CollectorPlugin: classname, compname, maptype, modname, order, relname

Class Variable Details

command

Type:
str
Value:
''                                                                     

transport

Type:
str
Value:
'command'                                                              

Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 http://epydoc.sf.net