SNMP Traps: Service Monitoring - Changes Made
---------------------------------------------

For each of the services listed above, the system will monitor the process and restart as necessary.

When the service shuts down, it sends a trap indicating a resource stopped in the following format:


::

  2014-07-04 15:40:30 <server_IP> 
  [UDP: [<server_IP>]:56005->[<snmp_server_IP>]]:
  iso.3.6.1.2.1.1.3.0 = Timeticks: (8785393) 1 day, 0:24:13.93	
  iso.3.6.1.6.3.1.1.4.1.0 = OID: iso.3.6.1.2.1.88.2.0.1 
  iso.3.6.1.2.1.88.2.1.1.0 = STRING: "ProcessStop" 
  iso.3.6.1.2.1.88.2.1.3.0 = STRING: <resource>  
  iso.3.6.1.2.1.88.2.1.5.0 = INTEGER: 1 
  iso.3.6.1.2.1.1.5.0 = STRING: "<hostname> " 

Service restart is indicated by the following:

::

   2014-07-04 15:40:30 <server_IP> 
   [UDP: [<server_IP>]:56005->[<snmp_server_IP>]]:
   iso.3.6.1.2.1.1.3.0 = Timeticks: (8785393) 1 day, 0:24:13.93	
   iso.3.6.1.6.3.1.1.4.1.0 = OID: iso.3.6.1.2.1.88.2.0.1 
   iso.3.6.1.2.1.88.2.1.1.0 = STRING: "ProcessRestart" 
   iso.3.6.1.2.1.88.2.1.3.0 = STRING: <resource>  
   iso.3.6.1.2.1.88.2.1.5.0 = INTEGER: 1 
   iso.3.6.1.2.1.1.5.0 = STRING: "<hostname> "