From 6cb33f13da8cb7e172158bf07e004955b6a1d2fc Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 4 Sep 2025 13:47:50 +0000 Subject: [PATCH] feat: add Pushover notification template (addresses #392) Added built-in Pushover template alongside Discord, Telegram, Gotify, and ntfy. Users can now select Pushover from the service dropdown instead of manually configuring it as a generic webhook. --- .../src/components/Alerts/WebhookConfig.tsx | 4 +++- internal/notifications/webhook_templates.go | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Alerts/WebhookConfig.tsx b/frontend-modern/src/components/Alerts/WebhookConfig.tsx index 7a6ff7ca8..db7b108d1 100644 --- a/frontend-modern/src/components/Alerts/WebhookConfig.tsx +++ b/frontend-modern/src/components/Alerts/WebhookConfig.tsx @@ -134,6 +134,7 @@ export function WebhookConfig(props: WebhookConfigProps) { teams: 'Microsoft Teams', 'teams-adaptive': 'Teams (Adaptive)', pagerduty: 'PagerDuty', + pushover: 'Pushover', gotify: 'Gotify', ntfy: 'ntfy' }; @@ -251,7 +252,7 @@ export function WebhookConfig(props: WebhookConfigProps) {
- + {(service) => (