increased load check values for k8s nodes

This commit is contained in:
Radar231 2022-06-05 07:50:51 -04:00
parent 1f360085d9
commit 973765f2e5
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ command[check_procs]=/usr/lib/nagios/plugins/check_procs -w 250 -c 400
command[check_users]=/usr/lib/nagios/plugins/check_users -w 20 -c 50
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w 20% -c 10%
# load checks for k8s nodes
command[check_k8s_load]=/usr/lib/nagios/plugins/check_load -w 9.0,8.0,7.0 -c 14.0,10.0,8.0
# process & load checks for starbug and reddwarf
command[check_big_procs]=/usr/lib/nagios/plugins/check_procs -w 1250 -c 1500
command[check_big_load]=/usr/lib/nagios/plugins/check_load -w 9.0,8.0,7.0 -c 14.0,10.0,8.0