validation pour Maxscale

This commit is contained in:
Jérémy Lecour 2024-01-25 15:46:22 +01:00 committed by Jérémy Lecour
parent cd1b6eb4cf
commit 3414ecb4f6
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -56,21 +56,18 @@ Pour valider une clé publique :
~~~ ~~~
# smtpd -n # smtpd -n
~~~ ~~~
### Postfix ### Postfix
~~~ ~~~
# postconf >/dev/null # postconf >/dev/null
~~~ ~~~
### Spamassasin ### Spamassasin
~~~ ~~~
spamassassin --lint spamassassin --lint
~~~ ~~~
## DNS ## DNS
@ -80,7 +77,6 @@ spamassassin --lint
~~~ ~~~
# named-checkzone domain /path/to/zone # named-checkzone domain /path/to/zone
# named-checkconf /etc/bind/named.conf # named-checkconf /etc/bind/named.conf
~~~ ~~~
### NSD ### NSD
@ -93,7 +89,6 @@ spamassassin --lint
~~~ ~~~
# unbound-checkconf /var/unbound/etc/unbound.conf # unbound-checkconf /var/unbound/etc/unbound.conf
~~~ ~~~
## MySQL ## MySQL
@ -102,6 +97,12 @@ spamassassin --lint
# /usr/sbin/mysqld --help # /usr/sbin/mysqld --help
~~~ ~~~
## MaxScale
~~~
$ sudo -u maxscale maxscale --config-check --config /path/to/config.cnf
~~~
## DHCP ## DHCP
### dhcpd ### dhcpd
@ -123,14 +124,12 @@ spamassassin --lint
~~~ ~~~
# haproxy -c -f /etc/haproxy/haproxy.cfg # haproxy -c -f /etc/haproxy/haproxy.cfg
~~~ ~~~
### httpd ### httpd
~~~ ~~~
# httpd -dnv # httpd -dnv
~~~ ~~~
### Fail2ban ### Fail2ban
@ -156,14 +155,12 @@ spamassassin --lint
~~~ ~~~
# nginx -t # nginx -t
~~~ ~~~
### Php ### Php
~~~ ~~~
# php5-fpm -t # php5-fpm -t
~~~ ~~~
### Varnish ### Varnish