14 lines
435 B
YAML
14 lines
435 B
YAML
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.
|