DataCollector :: CommandParsers :: Unix_df_k :: Unix_df_k :: Class Unix_df_k
[hide private]
[frames] | no frames]

Class Unix_df_k

source code

CommandParser.CommandParser --+
                              |
                             Unix_df_k

Instance Methods [hide private]
 
condition(self, device, log)
does device meet the proper conditions for this collector to run
source code
 
parse(self, device, results, log)
collect snmp information from this device device is the a Device class (or subclass) object snmpsess is a valid instance of SnmpSession to connect to this device
source code
 
description(self)
return a description of what this map does
source code

Inherited from CommandParser.CommandParser: newObjectMap, newRelationshipMap, prepId

Class Variables [hide private]
  command = 'df -k'
Method Details [hide private]

condition(self, device, log)

source code 
does device meet the proper conditions for this collector to run
Overrides: CommandParser.CommandParser.condition
(inherited documentation)

parse(self, device, results, log)

source code 
collect snmp information from this device device is the a Device class (or subclass) object snmpsess is a valid instance of SnmpSession to connect to this device
Overrides: CommandParser.CommandParser.parse
(inherited documentation)

description(self)

source code 
return a description of what this map does
Overrides: CommandParser.CommandParser.description
(inherited documentation)