update proc count
This commit is contained in:
parent
ec6feae183
commit
00af86f218
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue