14 lines
424 B
YAML
14 lines
424 B
YAML
groups:
|
|
- name: tripsit-node_exporters
|
|
rules:
|
|
- alert: TRIPSIT-NODE-INCIDENT
|
|
expr: up{project="TRIPSIT", job="node_exporters"} == 0
|
|
for: 30s
|
|
labels:
|
|
severity: warning
|
|
job: node_exporters
|
|
project: TRIPSIT
|
|
annotations:
|
|
title: Node {{ $labels.instance }} is down
|
|
description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 1 minute. Node seems down.
|