Package ZenRRD :: Module SnmpDaemon :: Class SnmpDaemon
[hide private]
[frames] | no frames]

Class SnmpDaemon

source code

Products.ZenHub.PBDaemon.PBDaemon --+    
                                    |    
                  RRDDaemon.RRDDaemon --+
                                        |
                                       SnmpDaemon

Instance Methods [hide private]
 
__init__(self, name, noopts=False)
Initializer for common SNMP daemon classes
source code
 
setPropertyItems(self, items)
Set all of the specified zProperties.
source code

Inherited from RRDDaemon.RRDDaemon: buildOptions, error, errorStop, getDevicePingIssues, logError, model, remote_setPropertyItems, remote_updateDeviceList, sendThresholdEvent

Class Variables [hide private]
  snmpCycleInterval = 5* 60
  heartbeatTimeout = snmpCycleInterval* 3
  properties = RRDDaemon.properties+('snmpCycleInterval',)

Inherited from RRDDaemon.RRDDaemon: configCycleInterval, rrd, shutdown, thresholds

Method Details [hide private]

__init__(self, name, noopts=False)
(Constructor)

source code 
Initializer for common SNMP daemon classes
Parameters:
  • name (string) - name of the daemon
  • noopts (boolean) - process command-line arguments?
Overrides: RRDDaemon.RRDDaemon.__init__

setPropertyItems(self, items)

source code 
Set all of the specified zProperties.
Parameters:
  • items (list) - kwargs
Overrides: RRDDaemon.RRDDaemon.setPropertyItems