meijun / clustor

Simplest cluster monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clustor

Build Status

Simplest cluster monitor

Download or Build

  • Download binary
  • Or build from source:
    • Install Go
    • go get github.com/meijun/clustor
    • The path of the executable binary is $GOPATH/bin/clustor.

Deployment

You can copy the binary to any host.

  • Run as a web server:
    • Copy the binary to the web server host.
    • Listen on a port:
      • ./clustor -listen :7160
  • Run as a worker:
    • Copy the binary to the worker host.
    • Send information to the web server:
      • ./clustor -send http://10.10.7.160:7160

About

Simplest cluster monitor

License:MIT License


Languages

Language:Go 100.0%