• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

_layouts/H03-May-2022-

cmd/H05-Oct-2020-

collect/H03-May-2022-

fonts/H03-May-2022-

graphite/H03-May-2022-

metadata/H03-May-2022-

models/H03-May-2022-

opentsdb/H03-May-2022-

public/H03-May-2022-

scollector/H03-May-2022-420318

scripts/H03-May-2022-

slog/H03-May-2022-

snmp/H03-May-2022-

styles/H05-Oct-2020-109

util/H03-May-2022-

version/H03-May-2022-

vsphere/H03-May-2022-

.gitignoreH A D05-Oct-2020434 4236

CNAMEH A D05-Oct-202010 21

README.mdH A D05-Oct-2020737 1611

_config.ymlH A D05-Oct-20200

_jekyll.config.ymlH A D05-Oct-2020478 1915

admin.mdH A D05-Oct-20203.7 KiB11090

api.mdH A D05-Oct-20206.9 KiB219136

call.mdH A D05-Oct-20205.7 KiB10789

configuration.mdH A D05-Oct-202022.1 KiB439345

definitions.mdH A D05-Oct-202086.9 KiB2,2341,740

docker.shH A D05-Oct-202098 31

documentation.mdH A D05-Oct-20206.1 KiB9165

downloads.mdH A D05-Oct-20201.8 KiB3730

examples.mdH A D05-Oct-202030 KiB744636

expressions.mdH A D05-Oct-202072.2 KiB1,306872

index.mdH A D05-Oct-20205.4 KiB108101

media.mdH A D05-Oct-20202.5 KiB5249

notifications.mdH A D05-Oct-20209.3 KiB192131

quickstart.mdH A D05-Oct-202014.1 KiB225141

resources.mdH A D05-Oct-20205.9 KiB9562

system_configuration.mdH A D05-Oct-202026.2 KiB701530

t.mdH A D05-Oct-20203.7 KiB6139

usage.mdH A D05-Oct-202019.5 KiB242186

README.md

1These are the official docs for bosun, and the source code for https://bosun.org. They are in the main bosun repo so that documentation can be included with code changes in the same pr.
2
3Once changes have been committed to master they will show up on the https://bosun.org website as soon as github pages picks them up.
4
5The best way to develop locally is to use docker. This can be run using the `docker-compose.yml` inside the `docker`
6directory. This is because it includes some github pages specific libraries that are needed for everything to render
7correctly.
8
9Alternatively you can use jekyll locally (however more gems are needed to render correctly):
10
11```
12gem install jekyll
13gem install jekyll-redirect-from
14jekyll server
15```
16