026f5cc48a
Depends-On: https://review.opendev.org/710217/ Change-Id: I85652f23e487c40192106d23f2cdd45a3077deca
17 lines
413 B
Django/Jinja
17 lines
413 B
Django/Jinja
# default: on
|
|
# description: mysqlchk
|
|
service mysqlchk
|
|
{
|
|
disable = no
|
|
flags = REUSE
|
|
socket_type = stream
|
|
type = UNLISTED
|
|
port = {{ mariadb_clustercheck_port }}
|
|
wait = no
|
|
user = mysql
|
|
server = /usr/bin/clustercheck
|
|
log_type = FILE /var/log/kolla/mariadb/xinetd.log
|
|
log_on_failure = HOST ATTEMPT
|
|
per_source = UNLIMITED
|
|
}
|