add alerta service

This commit is contained in:
Alvin Pergens 2022-01-26 15:54:17 +01:00
parent ab61acab63
commit cefe43800f
6 changed files with 98 additions and 2 deletions

View file

@ -27,6 +27,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 Alerta = require("./notification-providers/alerta");
class Notification {
@ -65,7 +66,8 @@ class Notification {
new SerwerSMS(),
new Stackfield(),
new WeCom(),
new GoogleChat()
new GoogleChat(),
new Alerta(),
];
for (let item of list) {