Skip to content
Snippets Groups Projects
Commit eba4b8ad authored by jurgenhaas's avatar jurgenhaas
Browse files

Configure logging of HaProxy towards fluentd

parent 0b0661ca
No related branches found
No related tags found
No related merge requests found
global global
log 127.0.0.1:514 local0 warning log 127.0.0.1:20514 local1
chroot /var/lib/haproxy chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s stats timeout 30s
...@@ -11,7 +11,6 @@ global ...@@ -11,7 +11,6 @@ global
ssl-default-bind-ciphers kEECDH+aRSA+AES:kRSA+AES:+AES256:RC4-SHA:!kEDH:!LOW:!EXP:!MD5:!aNULL:!eNULL ssl-default-bind-ciphers kEECDH+aRSA+AES:kRSA+AES:+AES256:RC4-SHA:!kEDH:!LOW:!EXP:!MD5:!aNULL:!eNULL
maxconn 256 maxconn 256
pidfile /run/haproxy.pid pidfile /run/haproxy.pid
log-send-hostname {{inventory_hostname}}
defaults defaults
log global log global
...@@ -40,7 +39,7 @@ listen stats ...@@ -40,7 +39,7 @@ listen stats
stats enable stats enable
stats admin if TRUE stats admin if TRUE
stats uri /haproxy_stats stats uri /haproxy_stats
stats realm TineonLoadBalancerStats stats realm LoadBalancerStats
frontend http-in frontend http-in
bind *:80 bind *:80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment