mirror of https://github.com/zulip/zulip.git
nagios: Set max_check_attempts to 3 for batched queue processors.
(imported from commit ec0ac86726cd6ff3d0fdfcfcb161d3329fca02ac)
This commit is contained in:
parent
9918b8f039
commit
bdcc2e5c52
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue