mirror of https://github.com/zulip/zulip.git
nagios: Remove locks alert.
Using locks is not itself a bad sign; there is no need to alert on it, as there is no value which can be chosen as being "too many."
This commit is contained in:
parent
147fe19c1f
commit
39046afbaf
|
@ -209,13 +209,13 @@ define service {
|
|||
contact_groups admins
|
||||
}
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
service_description Check PostgreSQL locks
|
||||
hostgroup_name postgresql
|
||||
check_command check_postgres_alert_args!zulip!nagios!locks!400!600
|
||||
contact_groups admins
|
||||
}
|
||||
# define service {
|
||||
# use generic-service
|
||||
# service_description Check PostgreSQL locks
|
||||
# hostgroup_name postgresql
|
||||
# check_command check_postgres_alert_args!zulip!nagios!locks!400!600
|
||||
# contact_groups admins
|
||||
# }
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
|
|
Loading…
Reference in New Issue