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:
Tim Abbott 2019-10-23 15:04:38 -07:00
parent 1946692f9a
commit f84c037225
1 changed files with 1 additions and 1 deletions

View File

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