|
/etc/prometheus/rules/ansible_managed.rules > ansible managed alert rules
|
alert: InstanceDown
expr: up == 0
for: 5m
labels:
severity: critical
annotations:
description: '{{ $labels.instance }} of job {{ $labels.job }} has been down for
more than 5 minutes.'
summary: Instance {{ $labels.instance }} down
| Labels |
State |
Active Since |
Value |
|
alertname="InstanceDown"
env="sandbox"
instance="opm-bff.iot-asm-dev1.insitech.live:80"
job="eureka-sandbox"
service="OPM-BFF-API"
severity="critical"
|
firing |
2026-06-23 16:58:44.318691705 +0000 UTC |
0 |
| Annotations |
- description
- opm-bff.iot-asm-dev1.insitech.live:80 of job eureka-sandbox has been down for more than 5 minutes.
- summary
- Instance opm-bff.iot-asm-dev1.insitech.live:80 down
|
|
alertname="InstanceDown"
instance="k001.kafka-100.insitechdev.ru:9308"
job="kafka"
severity="critical"
|
firing |
2026-06-23 16:58:44.318691705 +0000 UTC |
0 |
| Annotations |
- description
- k001.kafka-100.insitechdev.ru:9308 of job kafka has been down for more than 5 minutes.
- summary
- Instance k001.kafka-100.insitechdev.ru:9308 down
|
|
alertname="InstanceDown"
env="stage"
instance="opm-bff.iot-asm-dev1.insitech.live:80"
job="eureka-stage"
service="OPM-BFF-API"
severity="critical"
|
firing |
2026-06-23 16:58:44.318691705 +0000 UTC |
0 |
| Annotations |
- description
- opm-bff.iot-asm-dev1.insitech.live:80 of job eureka-stage has been down for more than 5 minutes.
- summary
- Instance opm-bff.iot-asm-dev1.insitech.live:80 down
|
|
alertname="InstanceDown"
env="prod"
instance="opm-bff.iot-asm-dev1.insitech.live:80"
job="eureka-prod"
service="OPM-BFF-API"
severity="critical"
|
firing |
2026-06-23 16:58:44.318691705 +0000 UTC |
0 |
| Annotations |
- description
- opm-bff.iot-asm-dev1.insitech.live:80 of job eureka-prod has been down for more than 5 minutes.
- summary
- Instance opm-bff.iot-asm-dev1.insitech.live:80 down
|
|
alertname="InstanceDown"
env="prod"
instance="46.229.213.5:7043"
job="eureka-prod"
service="SM-GATEWAY-SERVICE"
severity="critical"
|
firing |
2026-06-23 16:58:44.318691705 +0000 UTC |
0 |
| Annotations |
- description
- 46.229.213.5:7043 of job eureka-prod has been down for more than 5 minutes.
- summary
- Instance 46.229.213.5:7043 down
|
|
alertname="InstanceDown"
env="dev"
instance="opm-bff.iot-asm-dev1.insitech.live:80"
job="eureka-dev"
service="OPM-BFF-API"
severity="critical"
|
firing |
2026-06-23 16:58:44.318691705 +0000 UTC |
0 |
| Annotations |
- description
- opm-bff.iot-asm-dev1.insitech.live:80 of job eureka-dev has been down for more than 5 minutes.
- summary
- Instance opm-bff.iot-asm-dev1.insitech.live:80 down
|
|
alertname="InstanceDown"
env="prod"
instance="94.241.139.45:7043"
job="eureka-prod"
service="SM-GATEWAY-SERVICE"
severity="critical"
|
firing |
2026-08-03 16:19:29.318691705 +0000 UTC |
0 |
| Annotations |
- description
- 94.241.139.45:7043 of job eureka-prod has been down for more than 5 minutes.
- summary
- Instance 94.241.139.45:7043 down
|
|
alert: Watchdog
expr: vector(1)
for: 10m
labels:
severity: warning
annotations:
description: |-
This is an alert meant to ensure that the entire alerting pipeline is functional.
This alert is always firing, therefore it should always be firing in Alertmanager
and always fire against a receiver. There are integrations with various notification
mechanisms that send a notification when this alert is not firing. For example the
"DeadMansSnitch" integration in PagerDuty.
summary: Ensure entire alerting pipeline is functional
| Labels |
State |
Active Since |
Value |
|
alertname="Watchdog"
severity="warning"
|
firing |
2024-12-14 15:44:14 +0000 UTC |
1 |
| Annotations |
- description
- This is an alert meant to ensure that the entire alerting pipeline is functional.
This alert is always firing, therefore it should always be firing in Alertmanager
and always fire against a receiver. There are integrations with various notification
mechanisms that send a notification when this alert is not firing. For example the
"DeadMansSnitch" integration in PagerDuty.
- summary
- Ensure entire alerting pipeline is functional
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alert: RebootRequired
expr: node_reboot_required
> 0
labels:
severity: warning
annotations:
description: '{{ $labels.instance }} requires a reboot.'
summary: Instance {{ $labels.instance }} - reboot required
|