Updated notify example script

This commit is contained in:
2021-01-08 11:10:03 +01:00
parent 8f9fb4fd5c
commit a0b6191096
2 changed files with 3 additions and 20 deletions

3
DraftNotify Normal file
View File

@@ -0,0 +1,3 @@
##Custom notify
echo '#!/bin/sh' > /opt/MonitNotify.sh
echo 'curl "https://<gotifyurl>/message?token=<APIToken>" -F "title=[$MONIT_HOST] $1" -F "message=$MONIT_SERVICE $MONIT_DESCRIPTION" -F "priority=5"' >> /opt/MonitNotify.sh