mirror of https://github.com/zulip/zulip.git
puppet: Tune check_postgres_locks parameters.
This has been a spurious alert for a long time. It's unclear that this check is useful at all, but if it spikes dramatically above what's normal, there's perhaps still utility in being alerted.
This commit is contained in:
parent
1946692f9a
commit
f84c037225
|
@ -206,7 +206,7 @@ define service {
|
|||
define service {
|
||||
use generic-service
|
||||
service_description Check postgres locks
|
||||
check_command check_postgres_alert_args!zulip!nagios!locks!100!200
|
||||
check_command check_postgres_alert_args!zulip!nagios!locks!400!600
|
||||
hostgroup postgres_appdb
|
||||
contact_groups admins
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue