|
|
Twisted deferred object
|
doTask(self)
Contact to one device and return a deferred which gathers data from
the device. |
source code
|
|
|
|
|
|
|
scheduled(self,
scheduler)
After the task has been scheduled, set the task in to the PAUSED
state. |
source code
|
|
|
|
|
|
|
|
|
resetPingResult(self)
Clear out current ping statistics. |
source code
|
|
|
logPingResult(self,
pingResult)
Log the PingResult; set ping state, log to rrd. |
source code
|
|
|
sendPingEvent(self,
msgTpl,
severity,
rootCause=None)
Send an event based on a ping job to the event backend. |
source code
|
|
|
sendPingUp(self,
msgTpl='%s is UP!')
Send an ping up event to the event backend. |
source code
|
|
|
sendPingDown(self,
msgTpl='%s is DOWN!',
rootCause=None)
Send an ping down event to the event backend. |
source code
|
|
|
storeResults(self)
Store the datapoint results asked for by the RRD template. |
source code
|
|