README
¶
bosun
Time Series Alerting Framework
documentation
usage
bosun [-c=bosun.toml] [-t]
-c
specifies the config file to use, defaults to bosun.toml
. -t
parses the config file, validates it, and exits.
You can use the included bosun.example.toml as a basis for your bosun.toml.
installation/binaries
http://bosun.org/#installation
docker
Directories
¶
Path | Synopsis |
---|---|
rule/parse
Package parse builds parse trees for configurations as defined by conf.
|
Package parse builds parse trees for configurations as defined by conf. |
template
Package template is a thin wrapper over go's text/template and html/template packages.
|
Package template is a thin wrapper over go's text/template and html/template packages. |
Package database implements all persistent data access for bosun.
|
Package database implements all persistent data access for bosun. |
parse
Package parse builds parse trees for expressions as defined by expr.
|
Package parse builds parse trees for expressions as defined by expr. |
slack
Package slack is for creating slack notifications inside of Bosun templates
|
Package slack is for creating slack notifications inside of Bosun templates |