/monitor-web

A monitoring web app for the micro monitor-srv

Primary LanguageGoApache License 2.0Apache-2.0

Monitor Web

The monitor web is a dashboard for the monitor service.

Getting started

  1. Install Consul

    Consul is the default registry/monitor for go-micro apps. It's however pluggable. https://www.consul.io/intro/getting-started/install.html

  2. Run Consul

    $ consul agent -dev -advertise=127.0.0.1
    
  3. Download and start the service

    go get github.com/micro/monitor-web
    monitor-web

    OR as a docker container

    docker run microhq/monitor-web --registry_address=YOUR_REGISTRY_ADDRESS

Monitor Web 1

Monitor Web 2

Monitor Web 3