Posted on 2005-08-09 06:26:44-07 by rudolph
supported syslog formats
What syslog formats is POE::Filter::Syslog meant to support?
t/01-filter.t has:
... my $ts = strftime("%b %d %H:%M:%S", localtime($now)); my $complex = "<1>$ts /USR/SBIN/CRON[16273]: (root) CMD (test -x /usr/lib/syssta t/sa1 && /usr/lib/sysstat/sa1)"; my $simple = "<1>$ts sungo: pie"; my $nodate = '<78>CROND[19679]: (root) CMD (/usr/bin/mrtg /etc/mrtg/mrtg.cfg)'; ...
which isn't a syslog format familiar to me.
Any information about this would be appreciated.
Thanks
Direct Responses: 954 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.