PROCESS_CEILING_WATERMARK_REACHED

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

  • junos

Syslog message example

<32>Oct 24 20:21:27  vmx01 jlaunchd: System reaching processes ceiling high watermark: Contact to system administrator to clean up unnecessary processes or increase maxproc ceiling. Further process fork request may be denied.

Structured message example

{
  "error": "PROCESS_CEILING_WATERMARK_REACHED",
  "facility": 4,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct 24",
      "facility": 4,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "System reaching processes ceiling high watermark: Contact to system administrator to clean up unnecessary processes or increase maxproc ceiling. Further process fork request may be denied.",
      "pri": "32",
      "severity": 0,
      "tag": "jlaunchd",
      "time": "20:21:27"
  },
  "os": "junos",
  "severity": 0,
  "timestamp": 1603570887,
  "yang_message": {
      "process": {
          "ceiling": {
              "watermark": "high"
          }
      }
  },
  "yang_model": "NO_MODEL"
}