[feat] Adding PagerDuty notification

This commit is contained in:
Marc Hagen
2022-02-16 23:09:22 +01:00
parent 35b8e89457
commit 5830f1e0b5
5 changed files with 166 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const SerwerSMS = require("./notification-providers/serwersms");
const Stackfield = require("./notification-providers/stackfield");
const WeCom = require("./notification-providers/wecom");
const GoogleChat = require("./notification-providers/google-chat");
const PagerDuty = require("./notification-providers/pagerduty");
const Gorush = require("./notification-providers/gorush");
const Alerta = require("./notification-providers/alerta");
const OneBot = require("./notification-providers/onebot");
@@ -74,6 +75,7 @@ class Notification {
new Stackfield(),
new WeCom(),
new GoogleChat(),
new PagerDuty(),
new Gorush(),
new Alerta(),
new OneBot(),