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)
This commit is contained in:
Zev Benjamin 2014-03-17 10:47:26 -04:00
parent c38c9cf894
commit 286bd3005d
1 changed files with 7 additions and 7 deletions

View File

@ -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