Add Opsgenie notification provider

This commit is contained in:
niclas.koegl 2023-03-21 18:07:19 +01:00
parent 70aa8fe453
commit 6dfca0c163
No known key found for this signature in database
GPG key ID: 5C28FC26802C157A
4 changed files with 125 additions and 0 deletions

View file

@ -18,6 +18,7 @@ import Mattermost from "./Mattermost.vue";
import Ntfy from "./Ntfy.vue";
import Octopush from "./Octopush.vue";
import OneBot from "./OneBot.vue";
import Opsgenie from "./Opsgenie.vue";
import PagerDuty from "./PagerDuty.vue";
import PromoSMS from "./PromoSMS.vue";
import Pushbullet from "./Pushbullet.vue";
@ -62,6 +63,7 @@ const NotificationFormList = {
"ntfy": Ntfy,
"octopush": Octopush,
"OneBot": OneBot,
"Opsgenie": Opsgenie,
"PagerDuty": PagerDuty,
"promosms": PromoSMS,
"pushbullet": Pushbullet,