---
- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: UNREACHABLE
    active: icmpping
    flap: '{{ flap_120x180 }}'
- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: pop/110
    active: tcp_chat
    active_kwargs:
      port: '{{ port }}'
    flap: '{{ flap_120x180 }}'
- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: pop/995
    active: x509_cert
    active_kwargs:
      port: '{{ tls_port }}'
      crit_expire: 7
    flap: '{{ flap_120x180 }}'
- juggler_check:
  args:
    __force__: True
    host: '{{ host }}'
    responsible: '{{ responsible }}'
    namespace: 'mail.rtec'
    tags: [night-calls]
    service: pop_cert/995
    active: x509_cert
    active_kwargs:
      port: '{{ tls_port }}'
      crit_expire: 14
    flap: '{{ flap_120x180 }}'
