|
|
__init__(self,
sendEvent,
minpriority,
parsehost,
monitor,
defaultPriority)
Initializer |
source code
|
|
|
|
process(self,
msg,
ipaddr,
host,
rtime)
Process an event from syslog and convert to a Zenoss event |
source code
|
|
|
|
parsePRI(self,
evt,
msg)
Parse RFC-3164 PRI part of syslog message to get facility and
priority. |
source code
|
|
|
|
|
|
|
|
|
|
parseTag(self,
evt,
msg)
Parse the RFC-3164 tag of the syslog message using the regex
defined at the top of this module. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|