From: Tollef Fog Heen Date: Mon, 18 Feb 2013 20:29:50 +0000 (+0100) Subject: Stop believing the client timestamp on log servers X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=86a4e436853744ae30a92ccc296a4866ff8b54f6;p=mirror%2Fdsa-puppet.git Stop believing the client timestamp on log servers --- diff --git a/modules/syslog-ng/templates/syslog-ng.conf.erb b/modules/syslog-ng/templates/syslog-ng.conf.erb index f2486d7eb..bd9da2a38 100644 --- a/modules/syslog-ng/templates/syslog-ng.conf.erb +++ b/modules/syslog-ng/templates/syslog-ng.conf.erb @@ -91,6 +91,9 @@ options { bad_hostname("^gconfd$"); keep_hostname(no); + + # We believe our own clock more than we believe the client clock. + keep_timestamp(no) };