mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-14 17:26:18 -04:00
[feat] Adding PagerDuty notification
This commit is contained in:
parent
35b8e89457
commit
5830f1e0b5
5 changed files with 166 additions and 0 deletions
|
@ -27,6 +27,7 @@ import SerwerSMS from "./SerwerSMS.vue";
|
|||
import Stackfield from "./Stackfield.vue";
|
||||
import WeCom from "./WeCom.vue";
|
||||
import GoogleChat from "./GoogleChat.vue";
|
||||
import PagerDuty from "./PagerDuty.vue";
|
||||
import Gorush from "./Gorush.vue";
|
||||
import Alerta from "./Alerta.vue";
|
||||
import OneBot from "./OneBot.vue";
|
||||
|
@ -67,6 +68,7 @@ const NotificationFormList = {
|
|||
"stackfield": Stackfield,
|
||||
"WeCom": WeCom,
|
||||
"GoogleChat": GoogleChat,
|
||||
"PagerDuty": PagerDuty,
|
||||
"gorush": Gorush,
|
||||
"alerta": Alerta,
|
||||
"OneBot": OneBot,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue