Phailomatic =========== Phailomatic is a relatively lightweight intrusion prevention system written in PHP. It is intended for use on embedded devices with PHP present for some reason other than running Phailomatic. Phailomatic's home is at: http://gothamcode.com/phailomatic Phailomatic will monitor up to 5 log files, in a single-threaded manner. Command-line options: ===================== --help (displays minimal help) --cleanup (cleans up firewall configuration changes) Configuring Phailomatic: ======================== Phailomatic can read configuration data from the commandline, but this is very ugly. You are advised to perform all configuration via a configuration file. A sample configuration file is provided as phailomatic.config.sample . The configuration file will be looked for in the following locations in the following order: 1. Current directory 2. /opt/etc/phailomatic.conf (Optware/Entware) 3. /opt/etc/phailomatic/phailomatic.conf (Optware/Entware) 4. /etc/phailomatic.conf 5. /etc/phailomatic/phailomatic.conf STDIN and STDOUT can be re-opened and redirected somewhere after daemonization. The Phailomatic man page contains the full documentation. Help can be sought on the Phailomatic mailing list: http://lists.gothamcode.com/listinfo/phailomatic