mirror of https://github.com/zulip/zulip.git
nagios: Comment out the postgres time checks (they're too noisy).
(imported from commit c9569cdbd2909ea7fb8c8c14a681201ee033c62b)
This commit is contained in:
parent
b73ac39a25
commit
bb3b63206a
|
@ -151,21 +151,21 @@ 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!22!txn_idle!20 seconds!40 seconds
|
# check_command check_postgres_alert_args!22!txn_idle!20 seconds!40 seconds
|
||||||
host postgres
|
# host postgres
|
||||||
contact_groups admins
|
# contact_groups admins
|
||||||
}
|
# }
|
||||||
|
|
||||||
define service {
|
# define service {
|
||||||
use generic-service
|
# use generic-service
|
||||||
service_description Check postgres txn_time
|
# service_description Check postgres txn_time
|
||||||
check_command check_postgres_alert_args!22!txn_time!20 seconds!40 seconds
|
# check_command check_postgres_alert_args!22!txn_time!20 seconds!40 seconds
|
||||||
host postgres
|
# host postgres
|
||||||
contact_groups admins
|
# contact_groups admins
|
||||||
}
|
# }
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
use generic-service
|
use generic-service
|
||||||
|
|
Loading…
Reference in New Issue