From a54f0020516ed0e9d2d8ef682b4bfed9d248d9be Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Sat, 15 Aug 2020 11:44:58 +0200 Subject: [PATCH] nagios: increase threshold for mailqueue check Signed-off-by: Francois Andrieu --- roles/nagios_client/templates/check_postfix_redhat.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_client/templates/check_postfix_redhat.cfg.j2 b/roles/nagios_client/templates/check_postfix_redhat.cfg.j2 index ff19f2ad2c..0643b2a8fb 100644 --- a/roles/nagios_client/templates/check_postfix_redhat.cfg.j2 +++ b/roles/nagios_client/templates/check_postfix_redhat.cfg.j2 @@ -1 +1 @@ -command[check_postfix_redhat]={{ libdir }}/nagios/plugins/check_postfix_queue.py redhat.com -w 80 -c 100 +command[check_postfix_redhat]={{ libdir }}/nagios/plugins/check_postfix_queue.py redhat.com -w 80 -c 100 -L 30