In mysql monitor sectio

the password of mdefault monitor user is:


passwd=
This commit is contained in:
Massimiliano Pinto
2013-07-26 15:21:01 +02:00
parent 867eab37fc
commit 404160908d

View File

@ -87,13 +87,13 @@ port=4006
# module=<name of module to load> # module=<name of module to load>
# servers=<server name>,<server name>,... # servers=<server name>,<server name>,...
# user=<user name - must have slave replication and slave client privileges> # user=<user name - must have slave replication and slave client privileges>
# auth=<password of the above user, plain text currently> # passwd=<password of the above user, plain text currently>
[MySQL Monitor] [MySQL Monitor]
type=monitor type=monitor
module=mysqlmon module=mysqlmon
servers=server1,server2,server3 servers=server1,server2,server3
user=maxuser user=maxuser
auth=maxpwd passwd=maxpwd
[HTTPD Service] [HTTPD Service]