alert: ExporterDown
expr: up == 0
for: 5m
annotations:
description: Exporter {{ $labels.instance }} has been down for more than 5 minutes.
summary: Exporter {{ $labels.instance }} down
| Labels |
State |
Active Since |
Value |
|
alertname="ExporterDown"
instance="localhost:9113"
job="nginx"
|
firing |
2024-10-29 04:57:41.811792528 +0000 UTC |
0 |
|
alertname="ExporterDown"
instance="ap01:5556"
job="jmx"
|
firing |
2024-10-30 03:40:41.8138731 +0000 UTC |
0 |
|
alertname="ExporterDown"
instance="ap02:5556"
job="jmx"
|
firing |
2025-01-22 04:50:41.813852095 +0000 UTC |
0 |
|
alertname="ExporterDown"
instance="db01:9104"
job="mysql_master"
|
firing |
2025-02-06 00:02:41.81385913 +0000 UTC |
0 |
|
|
|
|
|
alert: InstanceDown
expr: nginx_up == 0
for: 5m
labels:
severity: page
annotations:
description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for
more than 5 minutes.'
summary: Instance {{ $labels.instance }} down
|
|
|
|
|
|
|
|
|
alert: OverWork
expr: node_load1{job=~"dbserver"}
> 3
for: 5m
labels:
severity: page
annotations:
description: Instance {{ $labels.instance }} node_load over 2 for more than 5 minutes.
summary: Instance {{ $labels.instance }} over working.
|
alert: OverWork
expr: node_load1{job="gateway"}
> 2
for: 5m
labels:
severity: page
annotations:
description: Instance {{ $labels.instance }} node_load over 1 for more than 5 minutes.
summary: Instance {{ $labels.instance }} over working.
|
alert: OverWork
expr: node_load1{job=~"webserver|apserver"}
> 2
for: 5m
labels:
severity: page
annotations:
description: Instance {{ $labels.instance }} node_load over 2 for more than 5 minutes.
summary: Instance {{ $labels.instance }} over working.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|