mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 06:29:17 -04:00
Add support notification via SMSManager
This commit is contained in:
parent
db6fdf5e26
commit
1c3da995e3
5 changed files with 63 additions and 0 deletions
|
@ -39,6 +39,7 @@ const Telegram = require("./notification-providers/telegram");
|
|||
const Webhook = require("./notification-providers/webhook");
|
||||
const WeCom = require("./notification-providers/wecom");
|
||||
const GoAlert = require("./notification-providers/goalert");
|
||||
const SMSManager = require("./notification-providers/smsmanager");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -81,6 +82,7 @@ class Notification {
|
|||
new RocketChat(),
|
||||
new SerwerSMS(),
|
||||
new Signal(),
|
||||
new SMSManager(),
|
||||
new Slack(),
|
||||
new SMTP(),
|
||||
new Stackfield(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue