You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request an enhancement to the OpsGenie integration in Gatus that allows for more granular control over which API key is used for different alerts.
Specifically, the ability to override the OpsGenie API key at the group level and the individual alert level.
Proposed Feature:
Implement a hierarchical override system for OpsGenie API keys:
Describe the feature request
I would like to request an enhancement to the OpsGenie integration in Gatus that allows for more granular control over which API key is used for different alerts.
Specifically, the ability to override the OpsGenie API key at the group level and the individual alert level.
Proposed Feature:
Implement a hierarchical override system for OpsGenie API keys:
Proposed Configuration Structure:
alerting:
opsgenie:
api-key: ${DEFAULT_OPSGENIE_API_KEY}
priority: P3
overrides:
- group: groupA
api-key: ${GROUP_A_OPSGENIE_API_KEY}
- group: groupB
api-key: ${GROUP_B_OPSGENIE_API_KEY}
endpoints:
group: groupA
alerts:
description: "This alert uses a specific API key"
Why do you personally want this feature to be implemented?
No response
How long have you been using this project?
6 months
Additional information
No response
The text was updated successfully, but these errors were encountered: