Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 21st, 2012  |  syntax: None  |  size: 4.30 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <notifications xmlns="http://xmlns.opennms.org/xsd/notifications">
  3.     <header>
  4.         <rev>1.2</rev>
  5.         <created>Friday, September 21, 2012 8:19:33 PM GMT</created>
  6.         <mstation>localhost</mstation>
  7.     </header>
  8.     <notification name="interfaceDown" status="on" writeable="yes">
  9.         <uei>uei.opennms.org/nodes/interfaceDown</uei>
  10.         <rule>IPADDR != '0.0.0.0'</rule>
  11.         <destinationPath>ADMIN</destinationPath>
  12.         <text-message>All services are down on interface %interfaceresolve% (%interface%)
  13. on node %nodelabel%.  New Outage records have been created
  14. and service level availability calculations will be impacted
  15. until this outage is resolved.
  16.         </text-message>
  17.         <subject>Notice #%noticeid%: %interfaceresolve% (%interface%) on node %nodelabel% down.</subject>
  18.         <numeric-message>111-%noticeid%</numeric-message>
  19.     </notification>
  20.     <notification name="nodeDown" status="on" writeable="yes">
  21.         <uei>uei.opennms.org/nodes/nodeDown</uei>
  22.         <rule>IPADDR != '0.0.0.0'</rule>
  23.         <destinationPath>ADMIN</destinationPath>
  24.         <text-message>All services are down on node %nodelabel%.  New Outage records have
  25. been created and service level availability calculations will
  26. be impacted until this outage is resolved.
  27.         </text-message>
  28.         <subject>Notice #%noticeid%: node %nodelabel% down.</subject>
  29.         <numeric-message>111-%noticeid%</numeric-message>
  30.     </notification>
  31.     <notification name="nodeLostService" status="on" writeable="yes">
  32.         <uei>uei.opennms.org/nodes/nodeLostService</uei>
  33.         <rule>IPADDR != '0.0.0.0'</rule>
  34.         <destinationPath>ADMIN</destinationPath>
  35.         <text-message>The %service% service poll on interface %interfaceresolve% (%interface%)
  36. on node %nodelabel% failed at %time%.
  37.         </text-message>
  38.         <subject>Notice #%noticeid%: %service% down on %interfaceresolve% (%interface%) on node %nodelabel%.</subject>
  39.         <numeric-message>111-%noticeid%</numeric-message>
  40.     </notification>
  41.     <notification name="nodeAdded" status="on" writeable="yes">
  42.         <uei>uei.opennms.org/nodes/nodeAdded</uei>
  43.         <rule>IPADDR != '0.0.0.0'</rule>
  44.         <destinationPath>ADMIN</destinationPath>
  45.         <text-message>OpenNMS has discovered a new node named
  46. %parm[nodelabel]%. Please be advised.</text-message>
  47.         <subject>Notice #%noticeid%: %parm[nodelabel]% discovered.</subject>
  48.         <numeric-message>111-%noticeid%</numeric-message>
  49.     </notification>
  50.     <notification name="interfaceDeleted" status="on" writeable="yes">
  51.         <uei>uei.opennms.org/nodes/interfaceDeleted</uei>
  52.         <rule>IPADDR != '0.0.0.0'</rule>
  53.         <destinationPath>ADMIN</destinationPath>
  54.         <text-message>Due to extended downtime or operator action, the interface %interfaceresolve% (%interface%)
  55. on node %nodelabel% has been deleted from OpenNMS's polling database.</text-message>
  56.         <subject>Notice #%noticeid%: [OpenNMS] %interfaceresolve% (%interface%) on node %nodelabel% deleted.</subject>
  57.         <numeric-message>111-%noticeid%</numeric-message>
  58.     </notification>
  59.     <notification name="WebUI Authentication Failed" status="on" writeable="yes">
  60.         <uei>uei.opennms.org/internal/authentication/failure</uei>
  61.         <rule>IPADDR != '0.0.0.0'</rule>
  62.         <destinationPath>ADMIN</destinationPath>
  63.         <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>
  64.         <subject>Authentication Failed (Notice #%noticeid%) </subject>
  65.         <numeric-message>Authentication failed by user %parm[user]% (Notice #%noticeid%)</numeric-message>
  66.     </notification>
  67.     <notification name="Trap received" status="on" writeable="yes">
  68.         <uei>~.traps.</uei>
  69.         <description>A Trap was received</description>
  70.         <rule>(IPADDR IPLIKE *.*.*.*)</rule>
  71.         <destinationPath>ADMIN</destinationPath>
  72.         <text-message>%severity% Trap on node: %nodelabel%, interface:%interface%.UEI: %uei% Parameter %parm[all]%</text-message>
  73.         <subject>Notice #%noticeid%: %severity% Trap received on %nodelabel%.</subject>
  74.         <event-severity>major|critical</event-severity>
  75.     </notification>
  76. </notifications>