update: use new async icinga report location

This commit is contained in:
2023-07-08 01:26:54 +00:00
parent 1878f6f5c1
commit eeb7a5574c

View File

@@ -10,5 +10,5 @@ rsync -r --remove-source-files sheppy@192.168.122.112:$DIR /home/sheppy
rsync --delete --rsh="/usr/bin/sshpass -p HISTORY_PURGED_SECRET ssh -p23" -r slapd_backup/* u244665-sub2@u244665.your-storagebox.de:./slapd_backup/
curl -H "Content-Type: application/json" \
-X POST https://async-icinga.atlantishq.de/ \
-X POST https://async-icinga.atlantishq.de/report \
-d '{ "service" : "slapd_backup", "token" : "HISTORY_PURGED_SECRET", "status" : "OK", "info" : "" }'