PROCESS_RESTART

This message is sent when an agent process is restarting Jan 24 02:50:31 HOSTNAME ProcMgr-worker: %PROCMGR-6-PROCESS_RESTART: Restarting ‘Bgp’ immediately (it had PID=32058)

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_RESTART: Restarting 'Bgp' immediately (it had PID=32058)

Structured message example

{
  "error": "PROCESS_RESTART",
  "facility": 20,
  "host": "device01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jan 24",
      "facility": 20,
      "host": "device01",
      "message": ": Restarting 'Bgp' immediately (it had PID=32058)",
      "pri": "166",
      "processName": "ProcMgr-worker",
      "severity": 6,
      "tag": "PROCMGR-6-PROCESS_RESTART",
      "time": "02:50:31"
  },
  "os": "eos",
  "severity": 6,
  "timestamp": 1642992631,
  "yang_message": {
      "system": {
          "processes": {
              "process": {
                  "name": "Bgp",
                  "pid": 32058,
                  "state": "restarting"
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}