mirror of https://github.com/zulip/zulip.git
nagios: Don't check txn_time on trac
Doing so requires superuser privileges because check_postgres.pl only connects to one database for that action. We could theoretically work around this, but I don't think it's worthwhile for non-production DBs. (imported from commit 3ab06e4dd6f844c81128b81709cdc3cdfbe37c47)
This commit is contained in:
parent
44bb9d58d1
commit
f7b64827e4
|
@ -289,14 +289,6 @@ define service {
|
|||
contact_groups admins
|
||||
}
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check postgres txn_idle
|
||||
check_command check_postgres_alert_args!wiki,trac!zulip!txn_idle!20 seconds!40 seconds
|
||||
host trac
|
||||
contact_groups admins
|
||||
}
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check postgres txn_time
|
||||
|
|
Loading…
Reference in New Issue