On Thu, Aug 24, 2017 at 06:50:51PM +0530, Rajesh Kolli wrote: > Hi Daniel, > > Thanks for your quick response... > > i am getting this error if i use mailers section in my configuration. > --------------------------------------------------------------------------------------------------------- > [root@DS-11-82-R7-CLST-Node1 ~]# systemctl status haproxy.service -l > haproxy.service - HAProxy Load Balancer > Loaded: loaded (/usr/lib/systemd/system/haproxy.service; enabled) > Active: inactive (dead) since Thu 2017-08-24 18:43:23 IST; 4s ago > Process: 6511 ExecStart=/usr/sbin/haproxy-systemd-wrapper -f > /etc/haproxy/haproxy.cfg -p /run/haproxy.pid (code=exited, status=0/SUCCESS) > Main PID: 6511 (code=exited, status=0/SUCCESS) > > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 systemd[1]: Starting HAProxy Load > Balancer... > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 systemd[1]: Started HAProxy Load > Balancer. > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : parsing [/etc/haproxy/haproxy.cfg:81] : unknown > keyword 'mailers' in 'listen' section > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : parsing [/etc/haproxy/haproxy.cfg:82] : unknown > keyword 'mailer' in 'listen' section > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : parsing [/etc/haproxy/haproxy.cfg:117] : > unknown keyword 'email-alert' in 'backend' section > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : parsing [/etc/haproxy/haproxy.cfg:119] : > unknown keyword 'email-alert' in 'backend' section > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : parsing [/etc/haproxy/haproxy.cfg:120] : > unknown keyword 'email-alert' in 'backend' section > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : Error(s) found in configuration file : > /etc/haproxy/haproxy.cfg > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > [ALERT] 235/184323 (6512) : Fatal errors found in configuration. > Aug 24 18:43:23 DS-11-82-R7-CLST-Node1 haproxy-systemd-wrapper[6511]: > haproxy-systemd-wrapper: exit, haproxy RC=256 >
Hello Rajesh, you are most likely running a version in which mailers is not implemented (<1.6). Jérôme