update proc count

This commit is contained in:
Kameron Kenny - pi501 2024-12-28 14:23:50 -05:00
parent ec6feae183
commit 00af86f218
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
build:
dockerfile: Dockerfile
container_name: nagios
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241228.0.2
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241228.0.3
networks:
infra_dev_net:
ipv4_address: 10.99.23.36

View File

@ -35,6 +35,6 @@ 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 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_procs]=/usr/lib/nagios/plugins/check_procs -w 275 -c 350
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