Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ref:mqtt [2023/09/09 17:03] – [Control] Add node/+/msg topic digital man | ref:mqtt [2024/07/11 18:37] (current) – [Servers] Add server/+/highwater topic digital man | ||
---|---|---|---|
Line 92: | Line 92: | ||
The control and monitoring of a specific Synchronet instance is done through this "host sub-topic" | The control and monitoring of a specific Synchronet instance is done through this "host sub-topic" | ||
- | Publishing any message to the **recycle** sub-topic of any host topic will initiate a recycling of that host's servers (all of them). | + | ^ Host sub-topic ^ Description |
+ | | recycle | ||
+ | | pause | Publishing any message to the **pause** sub-topic of any host topic will initiate pause that host's servers (all of them), preventing the acceptance of any new incoming client connections. | | ||
+ | | resume | ||
===== Servers ===== | ===== Servers ===== | ||
Line 105: | Line 108: | ||
The //status// of each server is published to its server topic, for example: | The //status// of each server is published to its server topic, for example: | ||
- | sbbs/ | + | sbbs/ |
- | The numeric | + | The //state// (first field of status) for each server is one of: |
+ | * stopped | ||
+ | * initializing | ||
+ | * ready | ||
+ | * paused | ||
+ | * reloading | ||
+ | * stopping | ||
+ | * disconnected | ||
- | The server status contains more details/ | + | The server status contains more details/ |
- | Publishing any message to the **recycle** sub-topic of any server topic will initiate a recycling of that server. | + | ^ Server sub-topic ^ Description |
+ | | recycle | ||
+ | | pause | Publishing any message to the **pause** sub-topic of any server topic will prevent that server from accepting any new incoming client connections. | | ||
+ | | resume | ||
Each server topic has the following sub-topics for status reporting: | Each server topic has the following sub-topics for status reporting: | ||
- | * sbbs/ | + | * sbbs/ |
- | * sbbs/ | + | * sbbs/ |
+ | * sbbs/ | ||
+ | * sbbs/ | ||
+ | * sbbs/ | ||
* sbbs/ | * sbbs/ | ||
+ | * sbbs/ | ||
* sbbs/ | * sbbs/ | ||
- | * sbbs/ | ||
- | * sbbs/ | ||
==== Logs ==== | ==== Logs ==== |