[syslog-ng]Can I add "chain_hostnames(no)" to source?
Jason Haar
syslog-ng@lists.balabit.hu
16 May 2003 12:16:31 +1200
Well, under 1.6.0rc3 I know I can't :-)
I'm trying to do:
source s_local { internal();
tcp(ip("1.2.3.4") chain_hostnames(yes));
udp( chain_hostnames(no));
}
...so that UDP-based client get records with their DNS PTR hostnames,
whereas TCP-based clients (which are other "collector" servers) are
allowed to present the hostname as part of the record.
Is this possible? I'm hoping I just have the format wrong.
--
Cheers
Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1