<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>hi,
<br>
<br>the default hostname if otherwise unspecified is using this format if chain_hostnames() is enabled. this mimics the behaviour of chain_hostnames() when receiving the message locally. (the part before the slash is the host as it claimed itself to be, the part after the slash as it was resolved)
<br>
<br>I consider the chain_hostnames() functionality to be deprecated, it's not always logical how it behaves, but this is how it worked for the past decade.
<br>
<br>----- Original message -----
<br>&gt; Normally when a syslog line is produced, the host has the format of
<br>&gt; 
<br>&gt; {source}@{hostname}
<br>&gt; 
<br>&gt; so when the log reaches my central server it looks like
<br>&gt; 
<br>&gt; 2013-02-08T11:15:01-08:00
<br>&gt; <a href="mailto:local@gpfs10.westgrid.uvic.ca">local@gpfs10.westgrid.uvic.ca</a>/chrysaor.westgrid.ca cron.info
<br>&gt; CROND[20315]: ...
<br>&gt; 
<br>&gt; but on this same host, I have a file source (different source
<br>&gt; definition), its messages go to the same destination using a separate
<br>&gt; log statement, but when they reach the central syslog server it looks
<br>&gt; like
<br>&gt; 
<br>&gt; 2013-02-08T11:11:35-08:00
<br>&gt; gpfs10.westgrid.uvic.ca/gpfs10.westgrid.uvic.ca/chrysaor.westgrid.ca
<br>&gt; local2.info mmfs: ...
<br>&gt; 
<br>&gt; So it seems that the file source is populating the host with
<br>&gt; {hostname}/{hostname}
<br>&gt; 
<br>&gt; Was this intentional?
<br>&gt; 
<br>&gt; 
<br>&gt; source mmfs { file("/var/adm/ras/mmfs.log.latest" log_fetch_limit(100)
<br>&gt; program_override(mmfs) default-facility(local2) default-priority(info)
<br>&gt; flags(no-parse) ); };
<br>&gt; 
<br>&gt; 
<br>&gt; ______________________________________________________________________________
<br>&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
<br>&gt; Documentation:
<br>&gt; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a> FAQ:
<br>&gt; <a href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a>
<br>&gt; 
<br><br></p>
</body>
</html>