====== Сервис adnanh/webhook ====== * [[https://github.com/adnanh/webhook]] * [[Сервис Prometheus#prometheus-alertmanager]] root@server:~# apt install webhook root@server:~# cat /etc/webhook.conf [ { "id": "my-alert-script", "execute-command": "/usr/local/bin/mywall.sh", "command-working-directory": "/tmp", "pass-arguments-to-command": [ { "source": "payload", "name": "alerts" } ] } ] root@server:~# service webhook restart root@server:~# ###webhook -hooks /etc/webhook.conf -verbose -port 9000