Listen for syslog messages and turn them into events Connects to the
TrapService service in zenhub.
|
__init__(self,
taskName,
configId,
scheduleIntervalSeconds=3600,
taskConfig=None) |
source code
|
|
|
doTask(self)
This is a wait-around task since we really are called asynchronously. |
source code
|
|
|
|
string
|
expand(self,
msg,
client_address)
Expands a syslog message into a string format suitable for writing to
the filesystem such that it appears the same as it would had the
message been logged by the syslog daemon. |
source code
|
|
|
|
|
gotHostname(self,
response,
data)
Send the resolved address, if possible, and the event via the thread |
source code
|
|
|
|
|
|
Inherited from twisted.internet.protocol.DatagramProtocol :
connectionRefused
Inherited from twisted.internet.protocol.AbstractDatagramProtocol :
__getstate__ ,
doStart ,
doStop ,
makeConnection ,
startProtocol ,
stopProtocol
|