callbacks: Add ntfy callback plugin

This plugin sends a notification using _ntfy_ whenever a playbook
fails.  This will be useful especially for automated deployments when
the playbook was not launched manually.
This commit is contained in:
2025-02-01 12:33:03 -06:00
parent f705e98fab
commit a3a2dde6ab
3 changed files with 101 additions and 0 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
/victoria-metrics-*.tar.gz
/victoria-metrics-*/
/tmp/
__pycache__/
*.py[co]