nagios: Set max_check_attempts to 3 for batched queue processors.

(imported from commit ec0ac86726cd6ff3d0fdfcfcb161d3329fca02ac)
This commit is contained in:
Tim Abbott 2013-12-19 17:02:18 -05:00
parent 9918b8f039
commit bdcc2e5c52
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,7 @@ define service {
use generic-service
service_description Check missedmessage_emails queue processor
check_command check_remote_arg_string!manage.py process_queue missedmessage_emails!1:1!1:1
max_check_attempts 3
hostgroup_name frontends
contact_groups admins
}
@ -310,6 +311,7 @@ define service {
use generic-service
service_description Check slow_queries queue processor
check_command check_remote_arg_string!manage.py process_queue slow_queries!1:1!1:1
max_check_attempts 3
hostgroup_name frontends
contact_groups admins
}