|
/etc/prometheus/rules/mail_alerts.yml > mail
|
|
|
|
|
alert: PostfixMailQueueCritical
expr: node_postfix_queue_size
> 200
for: 5m
labels:
service: postfix
severity: critical
annotations:
description: Mail queue has {{ $value }} messages — possible delivery failure
summary: Postfix mail queue critical on {{ $labels.instance }}
|
alert: PostfixMailQueueGrowing
expr: node_postfix_queue_size
> 50
for: 15m
labels:
service: postfix
severity: warning
annotations:
description: 'Mail queue has {{ $value }} messages (threshold: 50)'
summary: Postfix mail queue growing on {{ $labels.instance }}
|
|
/etc/prometheus/rules/system_alerts.yml > system
|
| Labels |
State |
Active Since |
Value |
|
alertname="DiskSpaceCritical"
device="/dev/sdb"
fstype="ext4"
instance="durufprocgas.com"
job="node"
mountpoint="/backup"
severity="critical"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
91.30921014775552 |
| Annotations |
- description
- Disk /backup is 91.3% full
- summary
- Critical disk space on durufprocgas.com
|
|
alertname="DiskSpaceCritical"
device="/dev/sda1"
fstype="ext4"
instance="durufprocgas.com"
job="node"
mountpoint="/"
severity="critical"
|
firing |
2026-09-06 04:10:17.865744121 +0000 UTC |
91.01421532106076 |
| Annotations |
- description
- Disk / is 91.0% full
- summary
- Critical disk space on durufprocgas.com
|
|
| Labels |
State |
Active Since |
Value |
|
alertname="DiskSpaceWarning"
device="/dev/sda1"
fstype="ext4"
instance="durufprocgas.com"
job="node"
mountpoint="/"
severity="warning"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
91.01421532106076 |
| Annotations |
- description
- Disk / is 91.0% full
- summary
- Disk space warning on durufprocgas.com
|
|
alertname="DiskSpaceWarning"
device="/dev/sdb"
fstype="ext4"
instance="durufprocgas.com"
job="node"
mountpoint="/backup"
severity="warning"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
91.30921014775552 |
| Annotations |
- description
- Disk /backup is 91.3% full
- summary
- Disk space warning on durufprocgas.com
|
|
| Labels |
State |
Active Since |
Value |
|
alertname="SystemdServiceFailed"
instance="durufprocgas.com"
job="node"
name="csf.service"
severity="warning"
state="failed"
type="oneshot"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
1 |
| Annotations |
- description
- Service csf.service is in failed state
- summary
- Systemd service failed on durufprocgas.com
|
|
alertname="SystemdServiceFailed"
instance="durufprocgas.com"
job="node"
name="lfd.service"
severity="warning"
state="failed"
type="forking"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
1 |
| Annotations |
- description
- Service lfd.service is in failed state
- summary
- Systemd service failed on durufprocgas.com
|
|
alertname="SystemdServiceFailed"
instance="durufprocgas.com"
job="node"
name="openipmi.service"
severity="warning"
state="failed"
type="forking"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
1 |
| Annotations |
- description
- Service openipmi.service is in failed state
- summary
- Systemd service failed on durufprocgas.com
|
|
alertname="SystemdServiceFailed"
instance="durufprocgas.com"
job="node"
name="spamd.service"
severity="warning"
state="failed"
type="simple"
|
firing |
2026-09-06 03:56:47.865744121 +0000 UTC |
1 |
| Annotations |
- description
- Service spamd.service is in failed state
- summary
- Systemd service failed on durufprocgas.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: ServerDown
expr: up == 0
for: 1m
labels:
severity: critical
annotations:
description: '{{ $labels.instance }} ({{ $labels.job }}) has been unreachable for
more than 1 minute'
summary: Instance {{ $labels.instance }} is down
|
|
|
|
/etc/prometheus/rules/web_alerts.yml > web
|
|
|
|
|
|
|
|
|