Skip to content

Commit

Permalink
Add Opsgenie receiver for scheduled events
Browse files Browse the repository at this point in the history
Expanded the alert routing rules to include scheduled events. This ensures proper notification handling for such events through the Opsgenie warning receiver.
  • Loading branch information
ffppa committed Jan 15, 2025
1 parent 2eaf8cb commit 6ec5f15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes_event_exporter/templates/default.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ config:
match:
- receiver: ${opsgenie_receiver_name}-warning
reason: "OOMKilling"
- receiver: ${opsgenie_receiver_name}-warning
reason: "*Scheduled"
- receiver: "${opsgenie_receiver_name}-critical"
type: "Warning"
- receiver: "${opsgenie_receiver_name}-critical"
Expand Down

0 comments on commit 6ec5f15

Please sign in to comment.