ghast

Graylog HTTP Alert Script Triggerer (ghast)


Keywords
graylog, http, alert, callback, script, trigger, server, python, university-project
License
MIT
Install
pip install ghast==0.1.0

Documentation

ghast

Build Status

Graylog HTTP Alert Script Triggerer (ghast)!

A simple server for triggering a script on a Graylog HTTP alert callback!

Requirements

  • Python 3.5+

Installation

ghast can be installed via pip:

pip install ghast

Example Usage

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