opennms-overlay.etc.notifications.xml Maven / Gradle / Ivy
<notifications xmlns="http://xmlns.opennms.org/xsd/notifications"> <header> <rev>25</rev> <created>Thursday, June 13, 2019 12:10:00 AM EST</created> <mstation>beer</mstation> </header> <notification name="interfaceDown" status="on"> <uei>uei.opennms.org/nodes/interfaceDown</uei> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>All services are down on interface %interfaceresolve% (%interface%) on node %nodelabel%. New Outage records have been created and service level availability calculations will be impacted until this outage is resolved. </text-message> <subject>Notice #%noticeid%: %interfaceresolve% (%interface%) on node %nodelabel% down.</subject> <numeric-message>111-%noticeid%</numeric-message> </notification> <notification name="nodeDown" status="on"> <uei>uei.opennms.org/nodes/nodeDown</uei> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>All services are down on node %nodelabel%. New Outage records have been created and service level availability calculations will be impacted until this outage is resolved. </text-message> <subject>Notice #%noticeid%: node %nodelabel% down.</subject> <numeric-message>111-%noticeid%</numeric-message> </notification> <notification name="nodeLostService" status="on"> <uei>uei.opennms.org/nodes/nodeLostService</uei> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>The %service% service poll on interface %interfaceresolve% (%interface%) on node %nodelabel% failed at %time%. </text-message> <subject>Notice #%noticeid%: %service% down on %interfaceresolve% (%interface%) on node %nodelabel%.</subject> <numeric-message>111-%noticeid%</numeric-message> </notification> <notification name="nodeAdded" status="on"> <uei>uei.opennms.org/nodes/nodeAdded</uei> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>OpenNMS has discovered a new node named %parm[nodelabel]%. Please be advised.</text-message> <subject>Notice #%noticeid%: %parm[nodelabel]% discovered.</subject> <numeric-message>111-%noticeid%</numeric-message> </notification> <notification name="interfaceDeleted" status="on"> <uei>uei.opennms.org/nodes/interfaceDeleted</uei> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>Due to extended downtime or operator action, the interface %interfaceresolve% (%interface%) on node %nodelabel% has been deleted from OpenNMS's polling database.</text-message> <subject>Notice #%noticeid%: [OpenNMS] %interfaceresolve% (%interface%) on node %nodelabel% deleted.</subject> <numeric-message>111-%noticeid%</numeric-message> </notification> <notification name="High Threshold" status="off"> <uei>uei.opennms.org/threshold/highThresholdExceeded</uei> <description>A monitored device has hit a high threshold</description> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>A Threshold has been exceeded on node: %nodelabel%, interface:%interface%. The parameter %parm[ds]% reached a value of %parm[value]% while the threshold is %parm[threshold]%. This alert will be rearmed when %parm[ds]% reaches %parm[rearm]%.</text-message> <subject>Notice #%noticeid%: High Threshold for %parm[ds]% on node %nodelabel%.</subject> </notification> <notification name="Low Threshold" status="off"> <uei>uei.opennms.org/threshold/lowThresholdExceeded</uei> <description>A monitored device has hit a low threshold</description> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>A Threshold has been exceeded on node: %nodelabel%, interface:%interface%. The parameter %parm[ds]% reached a value of %parm[value]% while the threshold is %parm[threshold]%. This alert will be rearmed when %parm[ds]% reaches %parm[rearm]%.</text-message> <subject>Notice #%noticeid%: Low Threshold for %parm[ds]% on node %nodelabel%.</subject> </notification> <notification name="Low Threshold Rearmed" status="off"> <uei>uei.opennms.org/threshold/lowThresholdRearmed</uei> <description>A monitored device has recovered from a low threshold</description> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>A Threshold has returned to normal on node: %nodelabel%, interface:%interface%. The parameter %parm[ds]% reached a value of %parm[value]% with a rearm threshold of %parm[rearm]%. This threshold for this alert was %parm[threshold]%.</text-message> <subject>Notice #%noticeid%: Low Threshold Rearmed for %parm[ds]% on node %nodelabel%.</subject> </notification> <notification name="High Threshold Rearmed" status="off"> <uei>uei.opennms.org/threshold/highThresholdRearmed</uei> <description>A monitored device has recovered from a high threshold</description> <rule>IPADDR != '0.0.0.0'</rule> <destinationPath>Browser</destinationPath> <text-message>A Threshold has returned to normal on node: %nodelabel%, interface:%interface%. The parameter %parm[ds]% reached a value of %parm[value]% with a rearm threshold of %parm[rearm]%. This threshold for this alert was %parm[threshold]%.</text-message> <subject>Notice #%noticeid%: High Threshold Rearmed for %parm[ds]% on node %nodelabel%.</subject> </notification> </notifications>