Skip to content
/ ghast Public

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

License

Notifications You must be signed in to change notification settings

nklapste/ghast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages