Package DataCollector :: Module SnmpClient :: Class SnmpClient
[show private | hide private]
[frames | no frames]

Type SnmpClient

object --+
         |
        SnmpClient


Method Summary
  __init__(self, hostname, ipaddr, options, device, datacollector, plugins)
  checkCiscoChange(self, driver)
Check to see if a cisco box has changed.
  clientFinished(self, result)
  collect(self, driver)
  doRun(self, driver)
  getResults(self)
Return data for this client in the form ((pname, (getdata, tabledata),) getdata = {'.1.2.4.5':"value",} tabledata = {tableMap : '.1.2.3.4' : }}
  run(self)
Start snmp collection.
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

checkCiscoChange(self, driver)

Check to see if a cisco box has changed.

getResults(self)

Return data for this client in the form ((pname, (getdata, tabledata),) getdata = {'.1.2.4.5':"value",} tabledata = {tableMap : '.1.2.3.4' : }}

run(self)

Start snmp collection.

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