From 286bd3005dc5f50ebb4cf47691b11d619dcf51a9 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Mon, 17 Mar 2014 10:47:26 -0400 Subject: [PATCH] nagios: Disable idle transaction checks We apparently still have some process that occationally sits idle in a transaction for a while, which makes this alert super noisy. (imported from commit 074b04ad746bac0da1b8714763538d1ce22da64e) --- .../files/nagios3/conf.d/services.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/puppet/zulip_internal/files/nagios3/conf.d/services.cfg b/puppet/zulip_internal/files/nagios3/conf.d/services.cfg index 9acfbe7fcb..76a147c4c2 100644 --- a/puppet/zulip_internal/files/nagios3/conf.d/services.cfg +++ b/puppet/zulip_internal/files/nagios3/conf.d/services.cfg @@ -215,13 +215,13 @@ define service { contact_groups admins } -define service { - use generic-service - service_description Check postgres txn_idle - check_command check_postgres_alert_args!zulip!zulip!txn_idle!20 seconds!40 seconds - hostgroup postgres_appdb - contact_groups admins -} +# define service { +# use generic-service +# service_description Check postgres txn_idle +# check_command check_postgres_alert_args!zulip!zulip!txn_idle!20 seconds!40 seconds +# hostgroup postgres_appdb +# contact_groups admins +# } define service { use generic-service