mirror of https://github.com/zulip/zulip.git
puppet: Only run analytics Nagios checks on machine running cron.
Running this on additional machines would be redundant; additionally, the FillState checker cron job runs only on cron systems, so this will crash on other app frontends.
This commit is contained in:
parent
8e8faab006
commit
d98be2f19f
|
@ -157,7 +157,7 @@ define service {
|
|||
service_description Check analytics state
|
||||
check_command check_analytics_state!22
|
||||
max_check_attempts 2
|
||||
hostgroup_name frontends
|
||||
hostgroup_name prod_frontends
|
||||
contact_groups admins
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue