AGENT_INITIALIZED

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>Oct 18 14:39:03 edge01.bru01 Rib: %AGENT-6-INITIALIZED: Agent 'Rib' initialized; pid=7104

Structured message example

{
  "error": "AGENT_INITIALIZED",
  "facility": 20,
  "host": "edge01.bru01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct 18",
      "facility": 20,
      "host": "edge01.bru01",
      "message": ": Agent 'Rib' initialized; pid=7104",
      "pri": "166",
      "processName": "Rib",
      "severity": 6,
      "tag": "AGENT-6-INITIALIZED",
      "time": "14:39:03"
  },
  "os": "eos",
  "severity": 6,
  "timestamp": 1539873543,
  "yang_message": {
      "system": {
          "processes": {
              "process": {
                  "7104": {
                      "state": {
                          "name": "Rib",
                          "up-time": 0
                      }
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}