- juggler_check:
  args:
    __force__: True
    service: smtp/25
    host: '{{ host }}'
    active: smtp
    active_kwargs:
      port: 25
    flap:
      stable: 120
      critical: 180
    aggregator: timed_more_than_limit_is_problem
    aggregator_kwargs: '{{ timed_more_than_limit_is_problem_kwargs_35_26 }}'
    responsible: '{{ responsible }}'
    namespace: '{{ namespace }}'
    children: '{{children}}'

- juggler_check:
  args:
    __force__: True
    service: smtp_cert/465
    host: '{{ host }}'
    active: smtp
    active_kwargs:
      port: 465
      ssl_mode: ssl
      check_cert: yes
      warn_expire: 21
      crit_expire: 7
    flap:
      stable: 120
      critical: 180
    aggregator: timed_more_than_limit_is_problem
    aggregator_kwargs: '{{ timed_more_than_limit_is_problem_kwargs_35_26 }}'
    responsible: '{{ responsible }}'
    namespace: '{{ namespace }}'
    children: '{{children}}'

- juggler_check:
  args:
    __force__: True
    service: smtp_starttls/587
    host: '{{ host }}'
    active: smtp
    active_kwargs:
      port: 587
      ssl_mode: starttls
      check_cert: no
    flap:
      stable: 120
      critical: 180
    aggregator: timed_more_than_limit_is_problem
    aggregator_kwargs: '{{ timed_more_than_limit_is_problem_kwargs_35_26 }}'
    responsible: '{{ responsible }}'
    namespace: '{{ namespace }}'
    children: '{{children}}'


- juggler_check:
  args:
    __force__: True
    service: smtp_cert/587
    host: '{{ host }}'
    active: smtp
    active_kwargs:
      port: 587
      ssl_mode: starttls
      check_cert: yes
      warn_expire: 21
      crit_expire: 7
    flap:
      stable: 120
      critical: 180
    aggregator: timed_more_than_limit_is_problem
    aggregator_kwargs: '{{ timed_more_than_limit_is_problem_kwargs_35_26 }}'
    responsible: '{{ responsible }}'
    namespace: '{{ namespace }}'
    children: '{{children}}'


