Was this helpful?
ema_check_load
The ema_check_load plug-in performs a base level check of operating system CPU load. Information displayed includes report of PID, USER, %CPU, %MEM, TIME, COMMAND.
The plug-in has the following format:
ema_check_load -w n,n,n -c n,n,n
Where n is a number with a maximum of two decimal places.
-w n,n,n
Specifies the warning thresholds for 1, 5, and 15-minute averages.
-c n,n,n
Specifies the critical thresholds for 1, 5, and 15-minute averages.
Note:  Windows: Only the current operating system CPU loading is available, so entering only the first ā€˜nā€™ value is required.
Example:
Check for operating system loads of 70%, 72.5%, 75% for warnings and 90%, 92.5%, 95% for critical messages, respectively:
ema_check_load -w 70,72.5,75 -c 90,92.5,95
Last modified date: 11/28/2023