From eeb7a5574c887e0b0be0356384d1acbf47ceae19 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 8 Jul 2023 01:26:54 +0000 Subject: [PATCH] update: use new async icinga report location --- roles/backup-vm/templates/slapd_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/backup-vm/templates/slapd_backup.sh b/roles/backup-vm/templates/slapd_backup.sh index 6a78bd0..577d98b 100644 --- a/roles/backup-vm/templates/slapd_backup.sh +++ b/roles/backup-vm/templates/slapd_backup.sh @@ -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" : "" }'