cloudxo / bangarang

A zero dependency monitoring application written in go

Home Page:http://eliothedeman.com/tag/bangarang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bangarang Build Status Join the chat at https://gitter.im/eliothedeman/bangarang

A stupid simple stream processor for monitoring applications.

Imgur

Install

To build and run bangarang from source, run...

install dependancies

make install

and build bangarang

make build

Run

Start the server

bin/bangarang -conf="/where/you/want/the/conf.db"

Start the ui server

bin/ui -api="localhost:8081" -l=":9090"

Then simply open a browser to localhost:9090 and begin configuration

Client libraries

As of now, there is only a go client library, which can be found here

Development

Bangarang is still under heavy development, but a 1.0 release is coming soon. The stream processor is mostly feature complete, with most of the changes currently being made to the UI and rest API.

Pull request and questions are gladly welcomed.

Goals

A simple stream processor for matching incoming metrics, to predefined alert conditions.

Antigoals

Anything else.

About

A zero dependency monitoring application written in go

http://eliothedeman.com/tag/bangarang

License:MIT License


Languages

Language:Go 70.3%Language:HTML 15.9%Language:JavaScript 13.3%Language:Makefile 0.4%Language:CSS 0.0%