PROCESS_STARTED

This message is sent when an agent process starts Jan 24 02:50:31 HOSTNAME ProcMgr-worker: %PROCMGR-6-PROCESS_STARTED: ‘Bgp’ starting with PID=6186 (PPID=2030) – execing ‘/usr/bin/Bgp’

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_STARTED: 'Bgp' starting with PID=6186 (PPID=2030) -- execing '/usr/bin/Bgp'

Structured message example

{
  "error": "PROCESS_STARTED",
  "facility": 20,
  "host": "device01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jan 24",
      "facility": 20,
      "host": "device01",
      "message": ": 'Bgp' starting with PID=6186 (PPID=2030) -- execing '/usr/bin/Bgp'",
      "pri": "166",
      "processName": "ProcMgr-worker",
      "severity": 6,
      "tag": "PROCMGR-6-PROCESS_STARTED",
      "time": "02:50:31"
  },
  "os": "eos",
  "severity": 6,
  "timestamp": 1642992631,
  "yang_message": {
      "system": {
          "processes": {
              "process": {
                  "name": "Bgp",
                  "pid": 6186,
                  "state": "started",
                  "uptime": 0
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}