summaryrefslogtreecommitdiffstats
path: root/Prometheus/alerts/lysergic/nginx_exporters.yml
blob: 8a3777dc361484c760124f8fd47a8509363d35bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
groups:
- name: lysergic-nginx_exporters
  rules:
  - alert: lysergic-nginx-down
    expr: nginx_up{project="LYSERGIC", job="nginx_exporters"} == 0
    for: 1m
    labels:
      job: nginx_exporters
      severity: WARNING
      project: LYSERGIC
    annotations:
      title: nginx {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 1 minute. nginx seems down.