/opennms-base-assembly/src/main/filtered/etc/categories.xml

https://github.com/ajakubo1/opennms · XML · 100 lines · 100 code · 0 blank · 0 comment · 0 complexity · cc32c1ada3209b272ecb495c7ad995bb MD5 · raw file

  1. <catinfo>
  2. <header>
  3. <rev>1.3</rev>
  4. <created>Wednesday, February 6, 2002 10:10:00 AM EST</created>
  5. <mstation>checkers</mstation>
  6. </header>
  7. <categorygroup>
  8. <name>WebConsole</name>
  9. <comment>Service Level Availability by Functional Group</comment>
  10. <common>
  11. <rule><![CDATA[IPADDR != '0.0.0.0']]></rule>
  12. </common>
  13. <categories>
  14. <category>
  15. <label><![CDATA[Overall Service Availability]]></label>
  16. <comment>This category reflects availability of all services currently being monitored by OpenNMS.</comment>
  17. <normal>99.99</normal>
  18. <warning>97</warning>
  19. <rule><![CDATA[IPADDR != '0.0.0.0']]></rule>
  20. </category>
  21. <category>
  22. <label><![CDATA[Network Interfaces]]></label>
  23. <comment>This category reflects the ability to 'ping' managed devices and SNMP agents. 'Ping', using the ICMP protocol, tests a devices network connectivity/availability.</comment>
  24. <normal>99.99</normal>
  25. <warning>97</warning>
  26. <service>ICMP</service>
  27. <service>SNMP</service>
  28. <rule><![CDATA[(isICMP | isSNMP) & (IPADDR != '0.0.0.0')]]></rule>
  29. </category>
  30. <category>
  31. <label><![CDATA[Email Servers]]></label>
  32. <comment>This category includes all managed interfaces which are running an Email service, including SMTP, POP3, or IMAP. This will include MS Exchange servers running these protocols.</comment>
  33. <normal>99.99</normal>
  34. <warning>97</warning>
  35. <service>SMTP</service>
  36. <service>POP3</service>
  37. <service>IMAP</service>
  38. <rule><![CDATA[isSMTP | isPOP3 | isIMAP]]></rule>
  39. </category>
  40. <category>
  41. <label><![CDATA[Web Servers]]></label>
  42. <comment>This category includes all managed interfaces which are running an HTTP (Web) server on port 80 or other common ports.</comment>
  43. <normal>99.99</normal>
  44. <warning>97</warning>
  45. <service>HTTP</service>
  46. <service>HTTPS</service>
  47. <service>HTTP-8000</service>
  48. <service>HTTP-8080</service>
  49. <rule><![CDATA[isHTTP | isHTTPS | isHTTP-8000 | isHTTP-8080]]></rule>
  50. </category>
  51. <category>
  52. <label><![CDATA[JMX Servers]]></label>
  53. <comment>This category includes all managed interfaces which are running JMX servers.</comment>
  54. <normal>99.99</normal>
  55. <warning>97</warning>
  56. <service>JBoss4</service>
  57. <service>JBoss32</service>
  58. <service>JVM</service>
  59. <rule><![CDATA[isJBoss4 | isJBoss32 | isJVM]]></rule>
  60. </category>
  61. <category>
  62. <label><![CDATA[DNS and DHCP Servers]]></label>
  63. <comment>This category includes all managed interfaces which are running either DNS (name resolution) servers or DHCP servers.</comment>
  64. <normal>99.99</normal>
  65. <warning>97</warning>
  66. <service>DNS</service>
  67. <service>DHCP</service>
  68. <rule><![CDATA[isDNS | isDHCP]]></rule>
  69. </category>
  70. <category>
  71. <label><![CDATA[Database Servers]]></label>
  72. <comment>This category includes all managed interfaces which are currently running PostgreSQL, MySQL, SQLServer, or Oracle database servers.</comment>
  73. <normal>99.99</normal>
  74. <warning>97</warning>
  75. <service>MySQL</service>
  76. <service>Oracle</service>
  77. <service>Postgres</service>
  78. <service>SQLServer</service>
  79. <rule><![CDATA[isMySQL | isOracle | isPostgres | isSQLServer]]></rule>
  80. </category>
  81. <category>
  82. <label><![CDATA[Other Servers]]></label>
  83. <comment>This category includes all managed interfaces which are running FTP (file transfer protocol) servers or SSH (secure shell) servers.</comment>
  84. <normal>99.99</normal>
  85. <warning>97</warning>
  86. <service>FTP</service>
  87. <service>SSH</service>
  88. <rule><![CDATA[isFTP | isSSH]]></rule>
  89. </category>
  90. <category>
  91. <label><![CDATA[Internet Connectivity]]></label>
  92. <comment>This category reflects the ability to 'ping' the router at the ISP-end of your Internet connection.</comment>
  93. <normal>99.99</normal>
  94. <warning>97</warning>
  95. <service>ICMP</service>
  96. <rule><![CDATA[ipaddr == '0.0.0.0']]></rule>
  97. </category>
  98. </categories>
  99. </categorygroup>
  100. </catinfo>