# This file is being maintained by Puppet.
# DO NOT EDIT

service galera-monitor
{
        port            = 9200
        disable         = no
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = mysql
        group           = mysql
        groups          = yes
        server          = /usr/bin/clustercheck
        bind            = 172.17.0.100
        type            = UNLISTED
        per_source      = UNLIMITED
        log_on_success += 
        log_on_failure += HOST
        flags           = REUSE
        instances       = UNLIMITED
}
