From 9803bf654f46f5d8dcaa177a1180acc1b83c7111 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 23 Aug 2019 12:20:22 -0500 Subject: [PATCH 1/2] Update faq.md --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 9a4b48d..15cf901 100644 --- a/faq.md +++ b/faq.md @@ -85,7 +85,7 @@ This form of distributed queueing is done in real time, and messages are not per NATS maintains and constantly updates the interest graph \(subjects and their subscribers\) in real time. Do not think of it as a "directory" that is aggregated over time. The interest graph dynamic, and will change constantly as publishers and subscribers come and go. -If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](/nats-server/monitoring.md/) for more information. +If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](/nats-server/monitoring.html/) for more information. ### Does NATS support subject wildcards? From 0b33e3e915595e5fd995ef8c9d83efcba2ad60af Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 23 Aug 2019 12:28:22 -0500 Subject: [PATCH 2/2] Update faq.md --- faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faq.md b/faq.md index 15cf901..428e38a 100644 --- a/faq.md +++ b/faq.md @@ -73,7 +73,7 @@ NATS can be deployed to have an HTTP(s) monitoring port - see the demo server he * [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/). +A more detailed overview of monitoring is available under [NATS Server Monitoring](/nats_server/monitoring.md). ### Does NATS do queuing? Does NATS do load balancing? @@ -85,7 +85,7 @@ This form of distributed queueing is done in real time, and messages are not per NATS maintains and constantly updates the interest graph \(subjects and their subscribers\) in real time. Do not think of it as a "directory" that is aggregated over time. The interest graph dynamic, and will change constantly as publishers and subscribers come and go. -If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](/nats-server/monitoring.html/) for more information. +If you are determined to gather this information, it can be indirectly derived at any instant in time by polling the monitoring endpoint for /connz and /routez. See [Server Monitoring](/nats-server/monitoring.md) for more information. ### Does NATS support subject wildcards?