rsyslog: Use %fromhost% instead of %hostname%.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 7 May 2009 07:32:32 +0000 (09:32 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 7 May 2009 07:32:32 +0000 (09:32 +0200)
commit0aa0fe222efe2de40ad6e2dbcfeda0dde1f78e16
treef3fd0351413ebb570abbbae093b7e016cc4c3446
parent2eb6211999af551ce72f177ff229acbf0ee08127
rsyslog: Use %fromhost% instead of %hostname%.

Using hostname did not always work, since that use the hostname
specified in the message itself (In particular some kernel messages
without a hostname were seen). using %fromhost% always uses the hostname
of the host the message was received from. This might break in NAT and
forwarding situations, but those do not apply here.
etc/logcheck/ignore.d.server/000-local-vuurmuur [new file with mode: 0644]
etc/rsyslog.conf