PROCESS_TERMINATED

This message is sent when an agent process is terminated Jan 24 02:50:31 HOSTNAME ProcMgr-worker: %PROCMGR-6-PROCESS_TERMINATED: ‘Bgp’ (PID=32058, status=9) has terminated.

There is no YANG model available yet to map this class of messages. Please check the Structured message example section to see the structure.

Implemented for

  • eos

Syslog message example

<166>Jan 24 02:50:31 device01 ProcMgr-worker: %PROCMGR-6-PROCESS_TERMINATED: 'Tmp75-system' (PID=6170, status=9) has terminated.

Structured message example

{
  "error": "PROCESS_TERMINATED",
  "facility": 20,
  "host": "device01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jan 24",
      "facility": 20,
      "host": "device01",
      "message": ": 'Tmp75-system' (PID=6170, status=9) has terminated.",
      "pri": "166",
      "processName": "ProcMgr-worker",
      "severity": 6,
      "tag": "PROCMGR-6-PROCESS_TERMINATED",
      "time": "02:50:31"
  },
  "os": "eos",
  "severity": 6,
  "timestamp": 1642992631,
  "yang_message": {
      "system": {
          "processes": {
              "process": {
                  "name": "Tmp75-system",
                  "pid": 6170,
                  "state": "terminated"
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}