[OT] Re: [syslog-ng] Syslog-NG (1.9) documentation issues (lots of...)
Roberto Nibali
ratz at drugphish.ch
Wed Jun 21 00:39:56 CEST 2006
>> Hope you had a nice vacation btw. ;-)
>
> Yes, thanks. I'm getting married this weekend, and I'm on holiday
> because of the preparations.
Congratulations, I wish you guys all the best! Hopefully the weather
remains beautiful in Budapest. I reckon your marriage vows are in scsh :).
--------------------------------------------------------------
# ratz' poem for Bazsi's marriage (Strunk & White, please forgive me)
# 21.06.2006 (completely untested)
options {
sync(0);
};
source bazsi {
udp(ip("127.0.0.1") port(31337));
};
source future_wife_of_bazsi {
tcp(ip("224.0.0.1") port(1));
};
filter luv {
match("bazsi not coding") and level(notice) and
match("future_wife_of_bazsi around") and not level(err, crit);
};
destination marriage {
file("/dev/church" group(happy_couple) perm(0644));
};
log {
source(bazsi);
filter(luv);
destination(marriage);
flags(final);
};
log {
source(future_wife_of_bazsi);
filter(luv);
destination(marriage);
flags(final);
};
--------------------------------------------------------------
Cheers and have fun,
Roberto Nibali, ratz
--
echo
'[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc
More information about the syslog-ng
mailing list