James-Dao / natsboard

Dashboard for monitoring NATS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NATSboard

NPM Build Status

Dashboard for monitoring NATS. It provides real-time information from NATS server.

Overview

Connections

Routes

Dashboard

Installation

npm install natsboard -g

Docker

docker build -t natsboard .
docker run --rm -e NATS_MON_URL=http://localhost:8222 -t natsboard

Usage

gnatsd server must be running with -m parameter.

gnatsd -m 8222
natsboard

# Custom port
gnatsd -m 12345
natsboard --nats-mon-url http://localhost:12345

License

Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.

About

Dashboard for monitoring NATS

License:MIT License


Languages

Language:JavaScript 57.2%Language:HTML 42.5%Language:CSS 0.3%