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:
Tim Abbott 2018-03-06 13:38:27 -08:00
parent 8e8faab006
commit d98be2f19f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}