X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fsyslog-ng%2Ftemplates%2Fsyslog-ng.conf.erb;h=551b7dbc5d6b201729d5366bfbee58e506e507de;hb=be4d8007860aff43c5da575d18a66c1d0abafe6a;hp=98c2fb2fe2c8163027254e1a16244733c865ed72;hpb=7807d2d8cbc754c94c3066543f24ad747a446b5c;p=mirror%2Fdsa-puppet.git diff --git a/modules/syslog-ng/templates/syslog-ng.conf.erb b/modules/syslog-ng/templates/syslog-ng.conf.erb index 98c2fb2fe..551b7dbc5 100644 --- a/modules/syslog-ng/templates/syslog-ng.conf.erb +++ b/modules/syslog-ng/templates/syslog-ng.conf.erb @@ -120,7 +120,7 @@ source s_local { <%- if (hostname == "lotti") || (hostname == "lully") || (hostname == "loghost-grnet-01") -%> source s_network { - tcp6(port(5140) max-connections(200) + tcp6(port(5140) max-connections(400) tls( key_file("/etc/exim4/ssl/thishost.key") cert_file("/etc/exim4/ssl/thishost.crt") ca_dir("/etc/exim4/ssl/") @@ -399,7 +399,7 @@ log { <%- if hostname != "lotti" -%> destination loghost-lotti { tcp("lotti.debian.org" port (5140) - tls( key_file("/etc/ssl/debian/keys/thishost.key") + tls( key_file("/etc/ssl/private/thishost.key") cert_file("/etc/ssl/debian/certs/thishost.crt") ca_dir("/etc/ssl/debian/certs/") ) @@ -409,7 +409,7 @@ destination loghost-lotti { <%- if hostname != "lully" -%> destination loghost-lully { tcp("lully.debian.org" port (5140) - tls( key_file("/etc/ssl/debian/keys/thishost.key") + tls( key_file("/etc/ssl/private/thishost.key") cert_file("/etc/ssl/debian/certs/thishost.crt") ca_dir("/etc/ssl/debian/certs/") ) @@ -419,7 +419,7 @@ destination loghost-lully { <%- if hostname != "loghost-grnet-01" -%> destination loghost-loghost-grnet-01 { tcp("loghost-grnet-01.debian.org" port (5140) - tls( key_file("/etc/ssl/debian/keys/thishost.key") + tls( key_file("/etc/ssl/private/thishost.key") cert_file("/etc/ssl/debian/certs/thishost.crt") ca_dir("/etc/ssl/debian/certs/") )