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

Class Linux_netstat_an

source code

CommandParser.CommandParser --+
                              |
                             Linux_netstat_an

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 = 'netstat -an | grep 0.0.0.0:*'
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)