- <?xml version="1.0" encoding="UTF-8"?>
- <notifications xmlns="http://xmlns.opennms.org/xsd/notifications">
- <header>
- <rev>1.2</rev>
- <created>Friday, September 21, 2012 8:19:33 PM GMT</created>
- <mstation>localhost</mstation>
- </header>
- <notification name="interfaceDown" status="on" writeable="yes">
- <uei>uei.opennms.org/nodes/interfaceDown</uei>
- <rule>IPADDR != '0.0.0.0'</rule>
- <destinationPath>ADMIN</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" writeable="yes">
- <uei>uei.opennms.org/nodes/nodeDown</uei>
- <rule>IPADDR != '0.0.0.0'</rule>
- <destinationPath>ADMIN</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" writeable="yes">
- <uei>uei.opennms.org/nodes/nodeLostService</uei>
- <rule>IPADDR != '0.0.0.0'</rule>
- <destinationPath>ADMIN</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" writeable="yes">
- <uei>uei.opennms.org/nodes/nodeAdded</uei>
- <rule>IPADDR != '0.0.0.0'</rule>
- <destinationPath>ADMIN</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" writeable="yes">
- <uei>uei.opennms.org/nodes/interfaceDeleted</uei>
- <rule>IPADDR != '0.0.0.0'</rule>
- <destinationPath>ADMIN</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="WebUI Authentication Failed" status="on" writeable="yes">
- <uei>uei.opennms.org/internal/authentication/failure</uei>
- <rule>IPADDR != '0.0.0.0'</rule>
- <destinationPath>ADMIN</destinationPath>
- <text-message>The OpenNMS Web UI had a failed login attempt, by user '%parm[user]%', from IP address %parm[ip]% (Exception message: %parm[exceptionMessage]%)</text-message>
- <subject>Authentication Failed (Notice #%noticeid%) </subject>
- <numeric-message>Authentication failed by user %parm[user]% (Notice #%noticeid%)</numeric-message>
- </notification>
- <notification name="Trap received" status="on" writeable="yes">
- <uei>~.traps.</uei>
- <description>A Trap was received</description>
- <rule>(IPADDR IPLIKE *.*.*.*)</rule>
- <destinationPath>ADMIN</destinationPath>
- <text-message>%severity% Trap on node: %nodelabel%, interface:%interface%.UEI: %uei% Parameter %parm[all]%</text-message>
- <subject>Notice #%noticeid%: %severity% Trap received on %nodelabel%.</subject>
- <event-severity>major|critical</event-severity>
- </notification>
- </notifications>