From 340c388f999388f2aea0576b1338e7d6d5d13fd2 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 20 Aug 2020 14:57:13 -0400 Subject: [PATCH] alter check_postfix_queue to have higher allowances for red hat backlog --- 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 5571bb423a..ff19f2ad2c 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 30 -c 50 +command[check_postfix_redhat]={{ libdir }}/nagios/plugins/check_postfix_queue.py redhat.com -w 80 -c 100