mirror of https://github.com/zulip/zulip.git
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:
parent
c38c9cf894
commit
286bd3005d
|
@ -215,13 +215,13 @@ define service {
|
||||||
contact_groups admins
|
contact_groups admins
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
# define service {
|
||||||
use generic-service
|
# use generic-service
|
||||||
service_description Check postgres txn_idle
|
# service_description Check postgres txn_idle
|
||||||
check_command check_postgres_alert_args!zulip!zulip!txn_idle!20 seconds!40 seconds
|
# check_command check_postgres_alert_args!zulip!zulip!txn_idle!20 seconds!40 seconds
|
||||||
hostgroup postgres_appdb
|
# hostgroup postgres_appdb
|
||||||
contact_groups admins
|
# contact_groups admins
|
||||||
}
|
# }
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
use generic-service
|
use generic-service
|
||||||
|
|
Loading…
Reference in New Issue