Add a Gotify monitoring hook #1070
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#1070
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'd like to do and why
Add a native monitoring hook for Gotify. The existing Apprise hook does support Gotify, but it doesn't support varying Gotify message priorities based on state.
Here's the REST API docs: https://gotify.net/api-docs
Split off from #1066. See that ticket for more motivation and some example API calls.
Other notes / implementation ideas
Look at some of the existing monitoring hooks for schema inspiration. Don't forget to make message priority customizable by state.