Replies: 1 comment
-
|
Shoot, I just found this: #680 Apparently backrest automatically adds /start or /fail? I double-checked the docs and didn't see that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Until now, I had used hooks to run scripts where I was manually pinging my healthchecks instance.
I set up a new backup job today and realized HC is meanwhile baked in.
So in this new job, I selected CONDITION_SNAPSHOT_START entered my ping url as https://healthchecks.dom.tld/ping/secret/start and started the job manually.
The job is still running but I got an error with that hook:
error: sending healthchecks message to "https://healthchecks.dom.tld/ping/secret/start/start": unexpected status 404: 404 Not Found
running healthchecks hook plan/PVE-dumps/hook/0 triggered by CONDITION_SNAPSHOT_START
I have no idea where that duplicate /start at the end came from. Its not in the ping url and when looking at the Preview: Plan Config as JSON its not there either.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions