From 46b07861fee8e64693dd33a587a33102d49fe8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sun, 14 May 2017 10:50:17 +0300 Subject: [PATCH] Update Monitor-Common.md Added missing `user` and `password` documentation. --- Documentation/Monitors/Monitor-Common.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/Monitors/Monitor-Common.md b/Documentation/Monitors/Monitor-Common.md index 8188f5cb4..6e3205966 100644 --- a/Documentation/Monitors/Monitor-Common.md +++ b/Documentation/Monitors/Monitor-Common.md @@ -4,6 +4,16 @@ This document lists optional parameters that all current monitors support. ## Parameters +### `user` + +Username used by the monitor to connect to the backend servers. If a server defines +the `monitoruser` parameter, that value will be used instead of the default `user` of the monitor. + +### `password` + +Password for the user defined with the `user` parameter. If a server defines +the `monitorpw` parameter, that value will be used instead of the default `password` of the monitor. + ### `monitor_interval` This is the time the monitor waits between each cycle of monitoring. The default value of 10000 milliseconds (10 seconds) should be lowered if you want a faster response to changes in the server states. The value is defined in milliseconds and the smallest possible value is 100 milliseconds.