Skip to content

Commit

Permalink
feat: add alert rule for PCF availability (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
  • Loading branch information
dariofaccin authored Oct 16, 2024
1 parent 6de0adb commit a309041
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/prometheus_alert_rules/pcf_down.rule
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
alert: PcfDown
expr: up == 0
for: 5m
labels:
severity: critical
annotations:
summary: "PCF availability"
description: "PCF is unavailable"

0 comments on commit a309041

Please sign in to comment.