IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Agent-based services > EIF events
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
EIF life cycle event
In addition to emitting situation start or stop and status events, the Event Integration Facility event emitter generates additional life cycle events that are not private situation related.
Life cycle events are emitted when the agent or situation changes state, as shown in the EIF life cycle events table. The heartbeat event is a life cycle event that needs no state change to be emitted: it is sent at regular intervals to confirm that the agent is running.
EIF life cycle events.
Event Meaning EE_AUTO_ENTER The situation has entered autonomous mode operation. EE_AUTO_EXIT The situation has exited autonomous mode operation. EE_CONFIG_UPDATE Generated when the configuration file is pulled from a server. EE_HEARTBEAT Agent heartbeat. EE_TEMS_CONNECT The agent is connected to the monitoring server. EE_TEMS_DISCONNECT The agent is disconnected from the monitoring server. EE_TEMS_RECONNECT_LIMIT Agent reconnect to the monitoring server limit has been exceeded. EE_SIT_STOPPED The situation is stopped. This is optional. The situation_status slot for EIF events sends "P" automatically for a stopped situation.
All life cycle EIF events are ITM_StatEvent, which is a derived class of Event, with the following slot values:
EIF life cycle event ITM_StatEvent class slot values.
Slot Value source "ITM Agent: Status Event" appl_label "A:E:L" for stopped enterprise situation; "A:P:L" for all others. hostname Hostname or IP address of agent machine fqhostname Fully qualified hostname if available origin The IP address of the agent computer situation_name Life cycle status value, such as EE_AUTO_ENTER. If the life cycle event is a EE_SIT_STOP, the situation_displayitem slot contains the situation name being stopped. situation_time Datetime the life cycle event occurred date Date of life cycle event severity "HARMLESS" msg Message describing the life cycle event
Parent topic:
EIF eventsRelated tasks:
Enable OMNIbus heartbeat automation