Graylog HTTP Alert Script Triggerer (ghast)!
A simple server for triggering a script on a Graylog HTTP alert callback!
- Python 3.5+
ghast can be installed via pip:
pip install ghast
To start and enable ghast to trigger the script ./foo.sh
when a
Graylog HTTP alert callback is sent to the url http://localhost:8000/bar
run the following command:
ghast --alert-url /bar --alert-script ./foo.sh
To get additional usage help on ghast run the following console command:
ghast --help