summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/defaults/main/rules_bind.yml
blob: 4c401b9d013b81fe67672a718d9cdd1d2f2adf4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
prometheus_server_rules_bind_extra: []
prometheus_server_rules_bind:
  - alert: BindStatsUnreachable
    expr: bind_up == 0
    for: 0m
    labels:
      severity: critical
    annotations:
      summary: Unable to scrape bind stats channel (instance {{ '{{' }} $labels.instance {{ '}}' }})
      description: "The bind process might have crashed.\n  VALUE = {{ '{{' }} $value {{ '}}' }}\n  LABELS = {{ '{{' }} $labels {{ '}}' }}"