- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: '{{ namespace }}'
    service: UNREACHABLE
    active: icmpping
    flap:
      stable: 120
      critical: 180

- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: '{{ namespace }}'
    service: http
    active: http
    active_kwargs:
      host: '{{ host }}'
      port: '{{ http_port }}'
      path: '{{ http_path }}'
    flap:
      stable: 120
      critical: 180

