Hello!
I have standard rule for prometheus alertmanager:
rules:
- alert: Instance_down
expr: up == 0
for: 1m
# Labels - additional labels to be attached to the alert
labels:
severity: 'critical'
annotations:
title: 'Instance {{ $labels.instance }} down'
description: '{{ $labels.instance }} of job {{ $labels.job
}} has been down for more than 1 minute.'
I receive firing alert messages on my email and slack when instance falls.
But i don't receive any messages when instance work is restored, and alert
status changes from firing.
Is there a way to sent a message when problem is resolved or alert comes
from firing to inactive?
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/07d72b5c-1fc4-4abe-82c0-bdd702317405o%40googlegroups.com.