nagios: Comment out the postgres time checks (they're too noisy).

(imported from commit c9569cdbd2909ea7fb8c8c14a681201ee033c62b)
This commit is contained in:
Tim Abbott 2013-04-16 10:57:31 -04:00
parent b73ac39a25
commit bb3b63206a
1 changed files with 14 additions and 14 deletions

View File

@ -151,21 +151,21 @@ define service {
contact_groups admins
}
define service {
use generic-service
service_description Check postgres txn_idle
check_command check_postgres_alert_args!22!txn_idle!20 seconds!40 seconds
host postgres
contact_groups admins
}
# define service {
# use generic-service
# service_description Check postgres txn_idle
# check_command check_postgres_alert_args!22!txn_idle!20 seconds!40 seconds
# host postgres
# contact_groups admins
# }
define service {
use generic-service
service_description Check postgres txn_time
check_command check_postgres_alert_args!22!txn_time!20 seconds!40 seconds
host postgres
contact_groups admins
}
# define service {
# use generic-service
# service_description Check postgres txn_time
# check_command check_postgres_alert_args!22!txn_time!20 seconds!40 seconds
# host postgres
# contact_groups admins
# }
define service {
use generic-service