system-health
Use the system-health command to enable system health threshold checks for a specified node or for each node in a cluster.
The system-health command has the following syntax:
system-health
box-id <box ID> threshold enable
threshold enable
The following table describes the arguments for the system-health command:
Argument |
Description |
box-id <box ID> threshold enable |
Enables system health threshold checks on a specified node. When enabled, SNMP events are triggered when pre-defined threshold values are exceeded for system CPU and memory utilization. For example: (config) # system-health box-id 1 threshold enable |
threshold enable |
Enables system health threshold checks. When enabled, SNMP events are triggered when pre-defined threshold values are exceeded for system CPU and memory utilization. For example: (config) # system-health threshold enable |
Related Commands
The following table summarizes other commands related to the system-health command:
Task |
Command |
Displays cluster-wide system health information. |
# show system-health |
Displays system health information for a specified box ID. |
# show system-health box-id 1 |
Displays system health configuration. |
# show system-health config |
Displays system health configuration for a specified box ID. |
# show system-health config box-id 1 |
Displays system health events. |
# show system-health status |
Displays system health events for a specified box ID. |
# show system-health status box-id 1 |
Disables system health threshold check for a specified box ID and disables associated SNMP events. |
(config) # no system-health box-id 2 threshold enable |
Disables system health threshold check and disables associated SNMP events. |
(config) # no system-health threshold enable |