default_check:
  host: "{{ host }}"
  children: "{{ children }}"
  #alert_method: [ GOLEM ]
  #responsible: ['kozhapenko', 'xgen', 'bgleb']
  refresh_time: 5
  aggregator: timed_more_than_limit_is_problem
  aggregator_kwargs:
    ignore_nodata: "no"
    limits:
    - time_start: 4
      time_end: 2
      day_start: 1
      day_end: 7
    - time_start: 3
      time_end: 3
      day_start: 1
      day_end: 7
      crit: 2
      warn: 2

  notifications: ["{{ telegram_chat_qloud_ops }}"]

telegram_chat_qloud_ops:
  template: on_status_change
  status: [CRIT, WARN, OK]
  method: [telegram]
  login: [qloud-ops]
  fallback_delay: 0
