From e4f412955995cf11dc1c5d10508c18d5c57f0bf5 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Thu, 1 Jul 2021 20:11:50 -0400 Subject: [PATCH] adding missing system service endpoints --- nats-server/configuration/sys_accounts/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/nats-server/configuration/sys_accounts/README.md b/nats-server/configuration/sys_accounts/README.md index d23f099..c4e4f17 100644 --- a/nats-server/configuration/sys_accounts/README.md +++ b/nats-server/configuration/sys_accounts/README.md @@ -38,7 +38,7 @@ In addition other tools with system account privileges, can initiate requests \( [Monitoring endpoints](../monitoring.md) as listed in the table below are accessible as system services using the following subject pattern: * `$SYS.REQ.SERVER..` \(request server monitoring endpoint corresponding to endpoint name.\) -* `$SYS.REQ.SERVER.PING.` \(from all server request server monitoring endpoint corresponding to endpoint name - will return multiple messages\) +* `$SYS.REQ.SERVER.PING.` \(from all server, request server monitoring endpoint corresponding to endpoint name - will return multiple messages\) | Endpoint | Endpoint Name | | :--- | :--- | @@ -48,6 +48,18 @@ In addition other tools with system account privileges, can initiate requests \( | [Gateways](../monitoring.md#gateway-information) | `GATEWAYZ` | | [Leaf Nodes](../monitoring.md#leaf-nodes-information) | `LEAFZ` | | [Subscription Routing](../monitoring.md#subscription-routing-information) | `SUBSZ` | +| [JetStream](../monitoring.md#jetstream-information) | `JSZ` | +| [Accounts](../monitoring.md#account-information) | `ACCOUNTZ` | + +* `"$SYS.REQ.ACCOUNT..`\(from all server, request account specific monitoring endpoint corresponding to account id and endpoint name - will return multiple messages\) + +| Endpoint | Endpoint Name | +| :--- | :--- | +| [Connections](../monitoring.md#connection-information) | `CONNZ` | +| [Leaf Nodes](../monitoring.md#leaf-nodes-information) | `LEAFZ` | +| [Subscription Routing](../monitoring.md#subscription-routing-information) | `SUBSZ` | +| [JetStream](../monitoring.md#jetstream-information) | `JSZ` | +| [Account](../monitoring.md#account-information) | `INFO` | Servers like `nats-account-server` publish system account messages when a claim is updated, the nats-server listens for them, and updates its account information accordingly: