From 82561d5d0a14aa55fa063b9a5bc57a665dbb2ae1 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 26 Jan 2024 14:59:57 +0100 Subject: [PATCH] update gotify.sh --- roles/zabbix-srv/files/gotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zabbix-srv/files/gotify.sh b/roles/zabbix-srv/files/gotify.sh index 1d8cb50..6cce3cc 100644 --- a/roles/zabbix-srv/files/gotify.sh +++ b/roles/zabbix-srv/files/gotify.sh @@ -4,4 +4,4 @@ ALERTSENDTO=$1 ALERTSUBJECT=$2 ALERTMESSAGE=$3 -curl -X POST "http://s-backup.gsb.adm/message?token=$ALERTSENDTO" -F "title=$ALERTSUBJECT" -F "message=$ALERTMESSAGE" -F "priority=5" > /dev/null 2>&1 +curl -X POST "http://s-backup.gsb.adm:8008/message?token=$ALERTSENDTO" -F "title=$ALERTSUBJECT" -F "message=$ALERTMESSAGE" -F "priority=5" > /dev/null 2>&1