+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 3c8b26210..ed9dde0f1 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -22,6 +22,7 @@ import Ntfy from "./Ntfy.vue";
import Octopush from "./Octopush.vue";
import OneBot from "./OneBot.vue";
import PagerDuty from "./PagerDuty.vue";
+import PagerTree from "./PagerTree.vue";
import PromoSMS from "./PromoSMS.vue";
import Pushbullet from "./Pushbullet.vue";
import PushDeer from "./PushDeer.vue";
@@ -76,6 +77,7 @@ const NotificationFormList = {
"octopush": Octopush,
"OneBot": OneBot,
"PagerDuty": PagerDuty,
+ "PagerTree": PagerTree,
"promosms": PromoSMS,
"pushbullet": Pushbullet,
"PushByTechulus": TechulusPush,
diff --git a/src/lang/en.json b/src/lang/en.json
index d907f4e0c..4383aca91 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -695,5 +695,14 @@
"Google Analytics ID": "Google Analytics ID",
"Edit Tag": "Edit Tag",
"Server Address": "Server Address",
- "Learn More": "Learn More"
+ "Learn More": "Learn More",
+ "pagertreeIntegrationUrl": "Integration URL",
+ "pagertreeUrgency": "Urgency",
+ "pagertreeSilent": "Silent",
+ "pagertreeLow": "Low",
+ "pagertreeMedium": "Medium",
+ "pagertreeHigh": "High",
+ "pagertreeCritical": "Critical",
+ "pagertreeResolve": "Auto Resolve",
+ "pagertreeDoNothing": "Do Nothing"
}