Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devfacet/natsboard

Dashboard for monitoring NATS (an open source messaging system)
https://github.com/devfacet/natsboard

dashboard gnatsd monitoring nats

Last synced: about 1 month ago
JSON representation

Dashboard for monitoring NATS (an open source messaging system)

Awesome Lists containing this project

README

        

# NATSboard

[![NPM][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

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

![Overview](public/img/ss-natsboard-v3-1.png)

![Connections](public/img/ss-natsboard-v3-2.png)

![Routes](public/img/ss-natsboard-v3-4.png)

![Dashboard](public/img/ss-natsboard-v3-3.png)

## Installation

```bash
npm install natsboard -g
```

## Usage

[gnatsd server](http://nats.io/download/) **must** be running with `-m` parameter.

```bash
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.

[npm-url]: http://npmjs.org/package/natsboard
[npm-image]: https://badge.fury.io/js/natsboard.svg

[travis-url]: https://travis-ci.org/devfacet/natsboard
[travis-image]: https://travis-ci.org/devfacet/natsboard.svg?branch=master