MINOR_ALARM_CLEARED

Maps to the ietf-alarm YANG model.

Implemented for

  • junos

Syslog message example

<28>Jul  8 23:04:13  vmx01 craftd[4817]:  Minor alarm cleared, RE 0 /var partition usage is high

Structured message example

{
  "error": "MINOR_ALARM_CLEARED",
  "facility": 3,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jul  8",
      "facility": 3,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "Minor alarm cleared, RE 0 /var partition usage is high",
      "pri": "28",
      "processId": "4817",
      "severity": 4,
      "tag": "craftd",
      "time": "23:04:13"
  },
  "os": "junos",
  "severity": 4,
  "timestamp": 1594249453,
  "yang_message": {
      "alarms": {
          "alarm": {
              "additional-text": "RE 0 /var partition usage is high"
          }
      }
  },
  "yang_model": "ietf-alarm"
}