Skip to content

Instantly share code, notes, and snippets.

View LittleNewton's full-sized avatar
🖥️
UoB Lab

Peng Liu LittleNewton

🖥️
UoB Lab
View GitHub Profile
@LittleNewton
LittleNewton / alert.rules.yml
Created July 28, 2024 08:44 — forked from krisek/alert.rules.yml
Prometheus alert rules for node exporter
groups:
- name: node_exporter_alerts
rules:
- alert: Node down
expr: up{job="monitoring-pi"} == 0
for: 2m
labels:
severity: warning
annotations:
title: Node {{ $labels.instance }} is down