Difference between revisions of "Prometheus: alert:"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/
 
* https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/
  
<pre>
+
 
alert: InstanceDown
+
alert: InstanceDown
expr: up == 0
+
[[expr:]] up == 0
for: 5m
+
for: 5m
labels:
+
labels:
  severity: page
+
  severity: page
annotations:
+
annotations:
  summary: "Instance {{$labels.instance}} down"
+
  summary: "Instance {{$labels.instance}} down"
  description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."
+
  description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."
</pre>
 
  
  

Revision as of 07:17, 25 July 2022

Advertising: