/etc/prometheus/rules.d/blackbox.yml > blackbox
|
|
/etc/prometheus/rules.d/lacdo.yml > lacdo
|
Labels |
State |
Active Since |
Value |
alertname="streaming down"
group="lacdo"
job="icecast2"
listenurl="http://stream.lacledesondes.fr:9010/direct"
severity="critical"
|
firing |
2024-12-12 13:48:12.783439644 +0000 UTC |
1 |
Annotations |
- description
- Stream http://stream.lacledesondes.fr:9010/direct HS
- summary
- Stream Direct HS
|
|
/etc/prometheus/rules.d/security.yml > security
|
|
/etc/prometheus/rules.d/system.yml > system
|
Labels |
State |
Active Since |
Value |
alertname="HostOutOfDiskSpace"
device="/dev/sd0a"
firewall="openbsd"
fstype="ffs"
group="taz.im"
instance="cerber3.taz.im:9100"
job="node"
mountpoint="/"
severity="warning"
|
firing |
2024-12-26 23:10:27.528441962 +0000 UTC |
6.029593216658276 |
Annotations |
- description
- Disk is almost full (< 10% left)
VALUE = 6.029593216658276
LABELS = map[device:/dev/sd0a firewall:openbsd fstype:ffs group:taz.im instance:cerber3.taz.im:9100 job:node mountpoint:/]
- summary
- Host out of disk space (instance cerber3.taz.im:9100)
|
alertname="HostOutOfDiskSpace"
device="data"
fstype="zfs"
group="utopia"
instance="dcptek.bordeaux.utopia.aquilenet.fr:9200"
job="node"
mountpoint="/data"
severity="warning"
|
firing |
2024-12-30 22:33:27.528441962 +0000 UTC |
8.076308848670564 |
Annotations |
- description
- Disk is almost full (< 10% left)
VALUE = 8.076308848670564
LABELS = map[device:data fstype:zfs group:utopia instance:dcptek.bordeaux.utopia.aquilenet.fr:9200 job:node mountpoint:/data]
- summary
- Host out of disk space (instance dcptek.bordeaux.utopia.aquilenet.fr:9200)
|
|
|
alert: node_down
expr: up{job="node"}
== 0
for: 1m
labels:
severity: critical
annotations:
description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for
more than 1 minutes.'
summary: Instance {{ $labels.instance }} down
|
|
|