board

command module
v0.0.0-...-b7c0045 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2020 License: LGPL-3.0 Imports: 16 Imported by: 0

README

Board Build Status

One dashboard to check them all.

This repository contains a small web server used to provide a very accurate status for all your systems. It also supports live alerts when a service goes down.

With just a glance, you'll be able to spot the faulty parts of your infrastructure.

Screenshot

Installation

go get github.com/Lesterpig/board
cp example.yaml board.yaml
vim board.yaml

Docker Build

After installation the board can be build as a docker image.

# Building image
docker build -t lesterpig/board .
# Running container with board.yaml from current dir
docker run -p 8080:8080 -v ${PWD}/board.yaml:/app/board.yaml lesterpig/board

Build single binary

You may want to include the /static/ directory as a ZIP resource in your binary.

go build -ldflags "-s -w" .
rice append --exec board

Documentation: https://github.com/GeertJohan/go.rice#append

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package probe stores basic probes that are used to check services health
Package probe stores basic probes that are used to check services health

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL