Skip to content

nolenroyalty/bangarang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A stupid simple stream processor for monitoring applications.

Imgur

Install

Building of bangarang is now done through gb

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 72.5%
  • JavaScript 13.6%
  • HTML 13.5%
  • Other 0.4%