bosun.org@v0.0.0-20210513094433-e25bc3e69a1f/cmd/bosun/README.md (about)

     1  # bosun
     2  
     3  Time Series Alerting Framework
     4  
     5  # documentation
     6  
     7  [http://bosun.org](http://bosun.org)
     8  
     9  # usage
    10  
    11  `bosun [-c=bosun.toml] [-t]`
    12  
    13  `-c` specifies the config file to use, defaults to `bosun.toml`. `-t` parses the config file, validates it, and exits.
    14  
    15  You can use the included bosun.example.toml as a basis for your bosun.toml.
    16  
    17  # installation/binaries
    18  
    19  [http://bosun.org/#installation](http://bosun.org/#installation)
    20  
    21  # docker
    22  
    23  [https://registry.hub.docker.com/u/stackexchange/bosun/](https://registry.hub.docker.com/u/stackexchange/bosun/)