Configuring thresholds for system resources
To configure monitoring for system resources, use the platform resource-monitoring command to set values for the rising-threshold-log and falling-threshold-log parameters for the resource you want to monitor.
Set thresholds for disk utilization
The following example sets thresholds for resource usage for disk utilization.
--{ * candidate shared default }--[ ]--
# info with-context platform resource-monitoring
platform {
resource-monitoring {
disk {
partition {
resource percent-used {
rising-threshold-log 90
falling-threshold-log 70
}
}
}
}
}