From 8b297602850a0dc71957acb9f016631e999e39e7 Mon Sep 17 00:00:00 2001 From: Esa Korhonen Date: Tue, 14 Jan 2020 16:41:50 +0200 Subject: [PATCH] MXS-2812 Document "Auth Error" state It was left out of the main configuration guide. --- Documentation/Getting-Started/Configuration-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 95332c4a7..7a2de666d 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -36,6 +36,7 @@ Status | Description Running | The server is running. Master | The server is the master. Slave | The server is a slave. +Auth Error | The monitor cannot login and query the server due to insufficient privileges. Maintenance | The server is under maintenance. Typically this status bit is turned on manually using _maxctrl_, but it will also be turned on for a server that for some reason is blocking connections from MaxScale. When a server is in maintenace mode, no connections will be created to it and existing connections will be closed. Slave of External Master | The server is a slave of a master that is not being monitored.