check.conf.tmpl 194 B

123456789
  1. #
  2. # Check definition for service {{ service }}
  3. #
  4. {% for check, cfg in service_config.items() %}
  5. [{{ check }}]
  6. check_cmd = {{ cfg['check_cmd'] }}
  7. ip_prefix = {{ cfg['ip_prefix'] }}
  8. {% endfor %}