Skip to content
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

Closed
1 task done
ezequielbarros opened this issue Dec 29, 2022 · 7 comments · Fixed by #2956
Closed
1 task done

Add Notifications to Atlassian OpsGenie #2498

ezequielbarros opened this issue Dec 29, 2022 · 7 comments · Fixed by #2956
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added

Comments

@ezequielbarros
Copy link

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ 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.

@ezequielbarros ezequielbarros added the feature-request Request for new features to be added label Dec 29, 2022
@HenkAJV
Copy link

HenkAJV commented Jan 4, 2023

I also have a need for this notification feature.
The simple version should just include the mandatory Auth header* and message element.
Maybe future releases can include the other stuff.
Here is an example.

curl -X POST https://api.opsgenie.com/v2/alerts
-H "Content-Type: application/json"
-H "Authorization: GenieKey APIKey"
-d
'{
"message": "An example alert message",
"alias": "Life is too short for no alias",
"description":"Every alert needs a description"
}'

@Computroniks
Copy link
Contributor

Computroniks commented Jan 4, 2023

This should be supported already using apprise https://github.com/caronc/apprise

@HenkAJV
Copy link

HenkAJV commented Jan 4, 2023

@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.
Appreciate you pointing this out to us.

@XtremeOwnageDotCom
Copy link

@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. Appreciate you pointing this out to us.

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.

@mmadoo
Copy link

mmadoo commented May 10, 2023

Does the pull request #2956 released in https://github.com/louislam/uptime-kuma/releases/tag/1.21.1 does not add this feature ?

@XtremeOwnageDotCom
Copy link

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-

image

I'd say this issue has been completed.

@CommanderStorm CommanderStorm added the area:notifications Everything related to notifications label Dec 5, 2023
@CommanderStorm
Copy link
Collaborator

Closing as resolved in #2956 and relesed in 1.21.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants