From 6bccca59685b5cf6565536c6793f10c124a72ff5 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 1 Jul 2019 09:28:12 -0500 Subject: [PATCH] Update faq.md --- faq.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/faq.md b/faq.md index e97df25..453977b 100644 --- a/faq.md +++ b/faq.md @@ -65,11 +65,12 @@ Yes. NATS is a publish and subscribe system that also has distributed queueing f ### How can I monitor my NATS cluster? -There are several options available, thanks to the active NATS community: +NATS can be deployed to have an HTTP(s) monitoring port - see the demo server here: [http://demo.nats.io:8222/](https://demo.nats.io:8222/). Alternately, there are several options available, including some from the active NATS community: -* [nats-top](https://github.com/nats-io/nats-top) is a top-like monitoring tool developed by Wally Quevedo of Synadia. -* [natsboard](https://github.com/cmfatih/natsboard) is a monitoring tool developed by Fatih Cetinkaya. -* [nats-mon](https://github.com/repejota/nats-mon) is a monitoring tool developed by Raül Pérez and Adrià Cidre. +* [Prometheus NATS Exporter](https://github.com/nats-io/prometheus-nats-exporter) Use Prometheus to configure metrics and Grafana to create a visual display. +* [nats-top](https://github.com/nats-io/nats-top) A top-like monitoring tool developed by Wally Quevedo of Synadia. +* [natsboard](https://github.com/cmfatih/natsboard) A monitoring tool developed by Fatih Cetinkaya. +* [nats-mon](https://github.com/repejota/nats-mon) A monitoring tool developed by Raül Pérez and Adrià Cidre. A more detailed overview of monitoring is available under [NATS Server Monitoring](/nats_server/monitoring.md/).