mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 07:21:09 -04:00
Add PagerTree Notification Provider
This commit is contained in:
parent
0197778af1
commit
ef54d9e3b6
5 changed files with 138 additions and 1 deletions
|
@ -24,6 +24,7 @@ const Ntfy = require("./notification-providers/ntfy");
|
|||
const Octopush = require("./notification-providers/octopush");
|
||||
const OneBot = require("./notification-providers/onebot");
|
||||
const PagerDuty = require("./notification-providers/pagerduty");
|
||||
const PagerTree = require("./notification-providers/pagertree");
|
||||
const PromoSMS = require("./notification-providers/promosms");
|
||||
const Pushbullet = require("./notification-providers/pushbullet");
|
||||
const PushDeer = require("./notification-providers/pushdeer");
|
||||
|
@ -83,6 +84,7 @@ class Notification {
|
|||
new Octopush(),
|
||||
new OneBot(),
|
||||
new PagerDuty(),
|
||||
new PagerTree(),
|
||||
new PromoSMS(),
|
||||
new Pushbullet(),
|
||||
new PushDeer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue