update nrpe system commands

This commit is contained in:
Kameron Kenny - pi501 2024-12-27 14:33:00 -05:00
parent 34c0b6fe01
commit 45eb6340ff
1 changed files with 6 additions and 5 deletions

View File

@ -32,8 +32,9 @@
#
command[check_proc_docker]=/usr/lib/nagios/plugins/check_procs -c 1:1 -C dockerd
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $warn$ -c $crit$ -p $path$
command[check_load]=/usr/lib/nagios/plugins/check_load -w $warn$ -c $crit$
command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $warn$ -c $crit$ -s $state$
command[check_users]=/usr/lib/nagios/plugins/check_users -w $warn$ -c $crit$
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
command[check_disk_docker]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /var/lib/docker/volumes
command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200
command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 1 -c 10 -s Z
command[check_users]=/usr/lib/nagios/plugins/check_users -w 1 -c 5