1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update enabling.md

This commit is contained in:
Ginger Collison 2019-05-23 13:29:03 -05:00 committed by GitHub
parent bc35b923b1
commit 2e16acdbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Monitoring options
-m, --http_port PORT HTTP PORT for monitoring -m, --http_port PORT HTTP PORT for monitoring
-ms,--https_port PORT Use HTTPS PORT for monitoring (requires TLS cert and key) -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: For example, after running this:
``` ```