MXS-2329 Update monitor tutorials

This commit is contained in:
Johan Wikman
2019-04-29 14:44:41 +03:00
parent 3d420dee6f
commit ccb3ea6157
2 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ module=galeramon
servers=dbserv1, dbserv2, dbserv3 servers=dbserv1, dbserv2, dbserv3
user=monitor_user user=monitor_user
password=my_password password=my_password
monitor_interval=2000 monitor_interval=2000ms
``` ```
The mandatory parameters are the object type, the monitor module to use, the 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 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. the monitor waits between each monitoring loop.
This monitor module will assign one node within the Galera Cluster as the This monitor module will assign one node within the Galera Cluster as the

View File

@ -14,12 +14,12 @@ module=mariadbmon
servers=dbserv1, dbserv2, dbserv3 servers=dbserv1, dbserv2, dbserv3
user=monitor_user user=monitor_user
password=my_password password=my_password
monitor_interval=2000 monitor_interval=2000ms
``` ```
The mandatory parameters are the object type, the monitor module to use, the 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 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. the monitor waits between each monitoring loop.
## Monitor User ## Monitor User