sys-API
sys-API copied to clipboard
Install a self-hostet Notification-Server
Hi Christan! ntfy works fine with monitee-agent. I want to define a second notification push server. As a use nextcloud, I tried it with nextcloud notify-push. It works fine with simple informations. With monitee-agent, it doesn't work. Why?
It is quiet simple making notify-push sending a message to Android or IOs Smartphone (notify-push-app installed)
Example under ubuntu:
curl https://cloud.myserver.de/index.php/apps/uppush/push/16q9HuohoijND4Cf8tJyNXwCW3U -d "Hello World!"
My Definition under Docker-Monitee /config/configuration.yaml:
notifications:
serverName: MyControlled Server
ntfy:
enabled: true
url: "https://ntfy.sh"
topic: "MyVeryOwnTopic"
notify-push:
enabled: true
url: "https://cloud.myserver.de/index.php/apps/uppush/push"
topic: "16q9HuohoijND4Cf4tJyNXwCW3U"
You have a tip for me? Thanks!! Burkard