chikurin v0.3.1

Requirements
Documents
Installation
$ git clone git://github.com/hico-horiuchi/chikurin.git
$ cd chikurin
$ make gom
$ make bindata
$ sudo make install
Configuration
/etc/chikurin.json
{
"datacenters": [
{
"name": "server-1", // Required
"host": "192.168.11.10", // Required
"port": 4567, // Required
"user": "sensu-1", // Optional
"password": "password" // Optional
},
{
"name": "server-2",
"host": "192.168.11.20",
"port": 4567
}
],
"show_datacenters": true, // Optional
"show_clients": true, // Optional
"timeout": 3, // Optional
"bind": "/var/run/chikurin.sock", // Optional
"log": "/var/log/chikurin.log" // Optional
}
bind is a address to bind on.
If this value has a colon, as in ":8000" or "127.0.0.1:9001", it will be treated as a TCP address.
If it begins with a "/" or a ".", it will be treated as a path to a UNIX socket.
Usage
Sensu status page by golang
https://github.com/hico-horiuchi/chikurin
Usage:
chikurin [flags]
chikurin [command]
Available Commands:
start Start chikurin daemon
stop Stop chikurin daemon
status Show the status of chikurin daemon
version Print and check the version of chikurin
help Help about any command
Flags:
-h, --help=false: help for chikurin
Use "chikurin help [command]" for more information about a command.
License
chikurin is released under the MIT license.