From bb3b63206ade0aac6ba56b71475dbca97df64441 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 16 Apr 2013 10:57:31 -0400 Subject: [PATCH] nagios: Comment out the postgres time checks (they're too noisy). (imported from commit c9569cdbd2909ea7fb8c8c14a681201ee033c62b) --- .../humbug/files/nagios3/conf.d/services.cfg | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg b/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg index 54f98766b4..31fc41f642 100644 --- a/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg +++ b/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg @@ -151,21 +151,21 @@ define service { contact_groups admins } -define service { - use generic-service - service_description Check postgres txn_idle - check_command check_postgres_alert_args!22!txn_idle!20 seconds!40 seconds - host postgres - contact_groups admins -} +# define service { +# use generic-service +# service_description Check postgres txn_idle +# check_command check_postgres_alert_args!22!txn_idle!20 seconds!40 seconds +# host postgres +# contact_groups admins +# } -define service { - use generic-service - service_description Check postgres txn_time - check_command check_postgres_alert_args!22!txn_time!20 seconds!40 seconds - host postgres - contact_groups admins -} +# define service { +# use generic-service +# service_description Check postgres txn_time +# check_command check_postgres_alert_args!22!txn_time!20 seconds!40 seconds +# host postgres +# contact_groups admins +# } define service { use generic-service