-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Notifications to Atlassian OpsGenie #2498
Comments
I also have a need for this notification feature. curl -X POST https://api.opsgenie.com/v2/alerts |
This should be supported already using apprise https://github.com/caronc/apprise |
@Computroniks , thank you for this. I did not know it was all built-in. I tested it using apprise (with opsGenie option) and it works perfectly. |
It's not built in, that is a seperate platform for which Uptime -> Apprise -> OpsGenie. If I get some spare time, I will take a look at creating a PR to add support for OpsGenie natively, without needing additional products to proxy. |
Does the pull request #2956 released in https://github.com/louislam/uptime-kuma/releases/tag/1.21.1 does not add this feature ? |
Looking at my current instance- I'd say this issue has been completed. |
Closing as resolved in #2956 and relesed in |
🏷️ Feature Request Type
New Notification
🔖 Feature description
I want kuma to send notifications to Atlassian OpsGenie: https://docs.opsgenie.com/docs/alert-api
✔️ Solution
I use OpsGenie for alert notification and would like uptime kuma to send notifications there.
Many teams use OpsGenie for alert notification so it would be very useful to have this feature.
❓ Alternatives
I haven't tested it yet but possibly an alternative would be to use WebHook while the feature is not implemented.
📝 Additional Context
I'm testing uptime kuma to implement a statuspage for the services I administer and I noticed that this support for opsgenie is missing.
The text was updated successfully, but these errors were encountered: