Fix the configuration /etc/xinetd.d/galera-monitor

Can't access the mariadb galera cluster by VIP. And the port
9200 is down, which caused by the galera-monitor failure.

This patch fix the configuration of /etc/xinetd.d/galera-monitor
to up the 9200 port.

Change-Id: Icc9e165f632ff4e9cbce6713ff84ea5dc8304543
Closes-Bug: #1570161
This commit is contained in:
zhangguoqing 2016-04-14 10:23:41 +08:00
parent 5fa322b230
commit 65bf33bd06
1 changed files with 2 additions and 1 deletions

View File

@ -219,7 +219,8 @@ use the ``clustercheck`` utility to improve health checks.
.. code-block:: ini
service galera-monitor {
service galera-monitor
{
port = 9200
disable = no
socket_type = stream