CRM_alert_kind
|
The type of alert ( node , fencing , resource , or attribute )
|
CRM_alert_version
|
The version of Pacemaker sending the alert
|
CRM_alert_recipient
|
|
CRM_alert_node_sequence
|
A sequence number increased whenever an alert is being issued on the local node, which can be used to reference the order in which alerts have been issued by Pacemaker. An alert for an event that happened later in time reliably has a higher sequence number than alerts for earlier events. Be aware that this number has no cluster-wide meaning.
|
CRM_alert_timestamp
|
A timestamp created prior to executing the agent, in the format specified by the timestamp-format meta-attribute. This allows the agent to have a reliable, high-precision time of when the event occurred, regardless of when the agent itself was invoked (which could potentially be delayed due to system load, etc.).
|
CRM_alert_node
|
|
CRM_alert_desc
|
Detail about event. For node alerts, this is the node’s current state ( member or lost ). For fencing alerts, this is a summary of the requested fencing operation, including origin, target, and fencing operation error code, if any. For resource alerts, this is a readable string equivalent of CRM_alert_status .
|
CRM_alert_nodeid
|
ID of node whose status changed (provided with node alerts only)
|
CRM_alert_task
|
The requested fencing or resource operation (provided with fencing and resource alerts only)
|
CRM_alert_rc
|
The numerical return code of the fencing or resource operation (provided with fencing and resource alerts only)
|
CRM_alert_rsc
|
The name of the affected resource ( resource alerts only)
|
CRM_alert_interval
|
The interval of the resource operation ( resource alerts only)
|
CRM_alert_target_rc
|
The expected numerical return code of the operation ( resource alerts only)
|
CRM_alert_status
|
A numerical code used by Pacemaker to represent the operation result ( resource alerts only)
|
CRM_alert_attribute_name
|
The name of the node attribute that changed ( attribute alerts only)
|
CRM_alert_attribute_value
|
The new value of the node attribute that changed ( attribute alerts only)
|