|
/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 |
2026-03-27 21:04: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
|
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
| Labels |
State |
Active Since |
Value |
|
alertname="node_down"
group="utopia"
instance="dcptek.bordeaux.utopia.aquilenet.fr:9200"
job="node"
severity="critical"
|
firing |
2026-03-27 21:04:27.528441962 +0000 UTC |
0 |
| Annotations |
- description
- dcptek.bordeaux.utopia.aquilenet.fr:9200 of job node has been down for more than 1 minutes.
- summary
- Instance dcptek.bordeaux.utopia.aquilenet.fr:9200 down
|
|
|
|
|
|
|
|
|
|