Syslog2 is an syslogd's realtime parser and event handler. Event is a message from some service. It uses much simplified plugin system to add event handlers. Syslog2 written in Perl. Handlers are placed in 'syslog2-handlers' package.
py8583 is a framwork made in python to parser and create message base on ISO8583.
That iso provide a way to standize payment transactions. With this project we want to provide a solution using python to simplify the way to make a system base on it.
Simple parser of log files and mailer of interesting rows
Program gets log file (or any other text file), parse every included row. In config file there are messages which must be included or needn't be. Every row is compared with regex. After parse rest of file there is created mail message which is send out. Program is coded in Java.