system-config > alarm-threshold

The alarm-threshold configuration element allows you to configure custom alarms for certain system conditions based on those conditions reaching defined operating levels.

Parameters

type
The type of custom alarm-threshold this object creates.
  • Values:
    • cpu — Alarm based on CPU usage
    • space — Alarm based on used space on an identified disk volume
    • memory — Alarm based on memory usage
    • sessions — Alarm based on percentage of licensed sessions in use
    • rfactor — unused
    • deny-allocation — Alarm based on remaining number of reserved deny entries

      volume — Identifies the disk volume that this alarm threshold monitors. This parameter is only configured when the type parameter is set to space.

      Values for the volume parameter include active volume names on your system, such as "opt" and "boot".

severity
The system severity of this alarm.
  • Default: minor
  • Values: major | minor | critical
value
The percentage usage of the resource identified in the type parameter that triggers this alarm.
  • Default: 2
  • Values: 1 - 100

Path

alarm-threshold is a subelement of the system-config element. The full path from the topmost ACLI prompt is: configure terminal > system > system-config > alarm-threshold