- juggler_check:
  args:
    __force__: True
    service: smtp/25
    host: '{{ host }}'
    active: smtp
    active_kwargs:
      disable_ipv4: true
      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 }}'
    namespace: '{{ namespace }}'
    children: '{{ children }}'
