[syslog-ng] two sources one udp address

Alexei Shilin a_shilin at fastmail.fm
Mon Jan 25 07:27:10 CET 2010


Hi!
I have 
source src {
 unix-stream("/dev/log" max-connections(512));
 internal();
 file("/proc/kmsg");
 udp(port(514));
};
...
source temp {
 udp(port(514));
};

and then I have to log rules: one for src and one for temp, no flags are
set.

Will those two sources play nice with each other and will not interfer? 
E.g. if one reads from that port, will the log message that was read by
the first available for read by the second?


-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free



More information about the syslog-ng mailing list