somesky / bosun

Time Series Alerting Framework

Home Page:http://bosun.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bosun

Bosun is a time series alerting framework developed by Stack Exchange. Scollector is a metric collection agent.

building

To build bosun and scollector, clone to $GOPATH/src/bosun.org:

$ go get bosun.org/cmd/bosun

bosun and scollector are found under the cmd directory. Run go build in the corresponding directories to build each project.

developing

Install:

  • npm install typescript -g to be able to compile the ts files to js files.
  • go get github.com/mjibson/esc to embed the static files. Run go generate in cmd/bosun when new static assets (like JS and CSS files) are added or changed.

The w.sh script will automatically build and run bosun in a loop. It will update itself when go/js/ts files change, and it runs in read-only mode, not sending any alerts.

$ cd cmd/bosun
$ ./w.sh

About

Time Series Alerting Framework

http://bosun.org

License:MIT License


Languages

Language:Go 92.2%Language:JavaScript 3.1%Language:TypeScript 2.7%Language:HTML 1.7%Language:ApacheConf 0.2%Language:Python 0.1%Language:Shell 0.1%