Skip to content

zhausong/graphite-alerter

Repository files navigation

Graphite Alerter

Alerter system like nagios

Screenshot

  • /index Screenshot
  • /debug Screenshot

Plugin

TODO

Configuration

graphite_url = 'http://<ip>:<port>'
listen_host = '0.0.0.0'
listen_port = 8081
plugins_cache = 'plugins.cache'
debug = False

set your own graphite_url

Running

After cloning code:

cd graphite-alerter
./graphite-alerter.py

then you will get your page on: http://<ip>:8081/

Debug

on /debug you will see all plugins details and all metrics matched; or edit config.py, set debug = True.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published