/klaxon

A GAE/Go based graphite monitoring and alerting framework similar to Seyren.

Primary LanguageGoApache License 2.0Apache-2.0

klaxon

klaxon is an alerting dashboard for Graphite written in Go and designed to run on Google App Engine. Klaxon is modeled after the Seyren framework but provides multitenancy as well as authentication.

Status

We are currently in development, we have skeleton servlet handlers setup as well as our data objects and we hope to have the rest only implementation done fairly soon. Following which we will concentrate on the user interface.

The tip of this code base is deployed to https://go-klaxon.appspot.com/

Setup Instructions

Setup GAE go SDK

Build Klaxon

git clone git@github.com:usmanismail/klaxon.git
cd klaxon
dev_appserver.py klaxkon

Deploy Klaxon

#Please replace the application tag in app.yaml with your own Application ID
scripts/fixFormat.sh
appcfg.py update ./

Contributors

Usman Ismail