Skip to content

Commit

Permalink
chore(loki): disable test alert
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Apr 3, 2024
1 parent 5231068 commit a53fbd8
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ groups:
category: logs
annotations:
summary: "Node-Red is unable to connect to Home Assistant"
- alert: NodeRedTest
expr: |
sum(count_over_time({app="node-red"} |~ "(?i)debug:office light"[2m])) > 0
for: 2m
labels:
severity: critical
category: logs
annotations:
summary: "Node-Red is testing"
# - alert: NodeRedTest
# expr: |
# sum(count_over_time({app="node-red"} |~ "(?i)debug:office light"[2m])) > 0
# for: 2m
# labels:
# severity: critical
# category: logs
# annotations:
# summary: "Node-Red is testing"

0 comments on commit a53fbd8

Please sign in to comment.