Package ZenEvents :: Module SendEvent :: Class SendEvent
[show private | hide private]
[frames | no frames]

Type SendEvent

object --+
         |
        SendEvent


Method Summary
  __init__(self, agent, username, password, url)
  sendEvent(self, deviceName, evclass, msg, severity, **kwargs)
Send a ZenEvent to the event manager.
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

sendEvent(self, deviceName, evclass, msg, severity, **kwargs)

Send a ZenEvent to the event manager. Events must have: deviceName - which is the FQDN of the device evclass - the event class of the event msg - the event message severity - the severity of the event

agent - is the management collection system that the event came through

Other potential fields are:

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