diff --git a/Documentation/Tutorials/Configuring-Galera-Monitor.md b/Documentation/Tutorials/Configuring-Galera-Monitor.md index d401658c7..05d1027cc 100644 --- a/Documentation/Tutorials/Configuring-Galera-Monitor.md +++ b/Documentation/Tutorials/Configuring-Galera-Monitor.md @@ -13,12 +13,12 @@ module=galeramon servers=dbserv1, dbserv2, dbserv3 user=monitor_user password=my_password -monitor_interval=2000 +monitor_interval=2000ms ``` The mandatory parameters are the object type, the monitor module to use, the list of servers to monitor and the username and password to use when connecting -to the servers. The `monitor_interval` parameter controls how many milliseconds +to the servers. The `monitor_interval` parameter controls for how long the monitor waits between each monitoring loop. This monitor module will assign one node within the Galera Cluster as the diff --git a/Documentation/Tutorials/Configuring-MariaDB-Monitor.md b/Documentation/Tutorials/Configuring-MariaDB-Monitor.md index 499732b48..4f0a8f2cc 100644 --- a/Documentation/Tutorials/Configuring-MariaDB-Monitor.md +++ b/Documentation/Tutorials/Configuring-MariaDB-Monitor.md @@ -14,12 +14,12 @@ module=mariadbmon servers=dbserv1, dbserv2, dbserv3 user=monitor_user password=my_password -monitor_interval=2000 +monitor_interval=2000ms ``` The mandatory parameters are the object type, the monitor module to use, the list of servers to monitor and the username and password to use when connecting -to the servers. The `monitor_interval` parameter controls how many milliseconds +to the servers. The `monitor_interval` parameter controls for how long the monitor waits between each monitoring loop. ## Monitor User