From e22fc0758ed6741552866d2b72ff7595ebdd7724 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sun, 30 May 2021 18:23:21 +0200 Subject: [PATCH] =?UTF-8?q?Augmente=20l=C3=A9g=C3=A8rement=20le=20seuil=20?= =?UTF-8?q?d'alerte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit L'instance MongoDB consomme aux alentours des 1800mb ce qui déclenche des alertes intempestives ! --- infrastructure/files/prod-nagios-nrpe-local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/files/prod-nagios-nrpe-local.cfg b/infrastructure/files/prod-nagios-nrpe-local.cfg index d1efdeedc..a358cf76d 100644 --- a/infrastructure/files/prod-nagios-nrpe-local.cfg +++ b/infrastructure/files/prod-nagios-nrpe-local.cfg @@ -7,6 +7,6 @@ allowed_hosts=134.158.33.139,192.168.33.139 #command[check_procs]=/usr/lib64/nagios/plugins/check_procs -w 1:1 -c 1:1 -C oplmgr #command[check_tcp]=/usr/lib64/nagios/plugins/check_tcp -H localhost -p 60001 command[check_docker_app_mem]=/usr/local/bin/check_docker --memory 500:700:MB --containers graphql-stylo front-stylo export-stylo -command[check_docker_db_mem]=/usr/local/bin/check_docker --memory 1800:2200:MB --containers mongodb-stylo +command[check_docker_db_mem]=/usr/local/bin/check_docker --memory 2000:2400:MB --containers mongodb-stylo command[check_docker_cpu]=/usr/local/bin/check_docker --cpu 25:50 command[check_docker_running]=/usr/local/bin/check_docker --status running