From 2e16acdbb29b444e6382e6bc7753002a55f2b1b1 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Thu, 23 May 2019 13:29:03 -0500 Subject: [PATCH] Update enabling.md --- nats_streaming/monitoring/enabling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_streaming/monitoring/enabling.md b/nats_streaming/monitoring/enabling.md index 675cc58..4dd94bf 100644 --- a/nats_streaming/monitoring/enabling.md +++ b/nats_streaming/monitoring/enabling.md @@ -7,7 +7,7 @@ Monitoring options -m, --http_port PORT HTTP PORT for monitoring -ms,--https_port PORT Use HTTPS PORT for monitoring (requires TLS cert and key) ``` -To enable monitoring via the configuration file, use `http: "host:port"` or `https: "host:port"` (there is no explicit configuration flag for the monitoring interface). +To enable monitoring via the configuration file, use `http: "host:port"` or `https: "host:port"`. There is no explicit configuration flag for the monitoring interface. For example, after running this: ```