projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d7c2c
)
Stop believing the client timestamp on log servers
author
Tollef Fog Heen
<tfheen@err.no>
Mon, 18 Feb 2013 20:29:50 +0000
(21:29 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Mon, 18 Feb 2013 20:29:59 +0000
(21:29 +0100)
modules/syslog-ng/templates/syslog-ng.conf.erb
patch
|
blob
|
history
diff --git
a/modules/syslog-ng/templates/syslog-ng.conf.erb
b/modules/syslog-ng/templates/syslog-ng.conf.erb
index
f2486d7
..
bd9da2a
100644
(file)
--- 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)
};