# default: on
# description: mysqlchk
service mysqlchk
{
    disable = no
    flags = REUSE
    socket_type = stream
    port = 9200
    wait = no
    user = nobody
    server = /usr/local/bin/clustercheck-tripleo
    env = PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    log_on_failure += USERID
    only_from = 0.0.0.0/0
    per_source = UNLIMITED
}
