From e9c15cf843cc3fec2fd6811eebde1f52b9dc7fe8 Mon Sep 17 00:00:00 2001 From: ainsley Date: Fri, 20 Sep 2019 13:24:58 -0500 Subject: [PATCH] changes based on Colin's comments --- nats_server/configuration.md | 7 ++++--- nats_server/monitoring.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nats_server/configuration.md b/nats_server/configuration.md index 3c14112..38c2aca 100644 --- a/nats_server/configuration.md +++ b/nats_server/configuration.md @@ -103,7 +103,7 @@ authorization: { | :------ | :---- | | [`authorization`](auth_intro.md) | Configuration map for client authentication/authorization | | [`cluster`](cluster_config.md) | Configuration map for clustering configuration | -| `connectionerrorreportattempts` | Number of attempts at which a repeated failed route, gateway or leaf node connection is reported. Default is 1 hour | +| `connect_error_reports` | Number of attempts at which a repeated failed route, gateway or leaf node connection is reported. Default is 3600, approx every hour. | `debug` | If `true` enable debug log messages | | [`gateway`](/gateways/gateway.md) | Gateway configuration map | | `host` | Host for client connections | @@ -116,11 +116,12 @@ authorization: { | `max_payload` | Maximum number of bytes in a message payload | | `max_pending` | Maximum number of bytes buffered for a connection | | `max_subscriptions` | Maximum numbers of subscriptions for a client connection | -| `maxtracedmsglen` | Set a limit to the trace of the payload of a message | -| `nosublistcache` | Disable sublist cache globally for accounts. +| `max_traced_msg_len` | Set a limit to the trace of the payload of a message | +| `disable_sublist_cache` | Disable sublist cache globally for accounts. | [`operator`](/nats_tools/nsc/nsc.md#nats-server-configuration) | Path to an operator JWT | | [`ping_interval`](/developer/connecting/pingpong.md) | Interval in seconds in which the server checks if a connection is active | | `port` | Port for client connections | +| `reconnect_error_reports` | Number of failed attempt to reconnect a route, gateway or leaf node connection. Default is to report every attempt. | [`resolver`](/nats_tools/nsc/nsc.md#nats-server-configuration) | Resolver type `MEMORY` or `URL` for account JWTs | | [`tls`](tls.md#tls-configuration) | Configuration map for tls for client and http monitoring | | `trace` | If `true` enable protocol trace log messages | diff --git a/nats_server/monitoring.md b/nats_server/monitoring.md index 19e8d5f..da8e61e 100644 --- a/nats_server/monitoring.md +++ b/nats_server/monitoring.md @@ -102,6 +102,7 @@ N/A "total_connections": 0, "routes": 0, "remotes": 0, + "leafnodes": 0, "in_msgs": 0, "out_msgs": 0, "in_bytes": 0,