healthchecks per backend used by a location? #416
arpitgupta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have healthchecks up and running. Thanks for the introduction to another handy too.
What I wanted to achieve is to have health checks based on the backend that fails. So ideally would want to be able to different UUID's for them. The only way I think I can do this is to create multiple locations for the same path and use different different backends for each. Is there a better way to manage this?
Also is it possible to dynamically set the uuid per location? From the hooks doc the uuid would remain the same for all locations that use the hook. If there is a way to insert a dynamic value for the uuid that would be awesome. For example an env var like
RESTIC_LOCATION_NAME_HEALTHCHECK_UUID
? Is something like this possible today?Beta Was this translation helpful? Give feedback.
All reactions