About
Php-Syslog-ng is a frontend for viewing syslog-ng messages logged to MySQL in realtime. It features customized searches based on device, priority, date, time, and message.
Name Change
You may have noticed that I've started using the name '''LogZilla'''.
Moving forward, the php-syslog-ng application will be changing it's name to LogZilla in order to facilitate plans of moving to an Ajax front-end.
Website
Forums - please use this first for any problems
Demo Version
Demo the latest version of PHP-Syslog-NG
(login/pass is demo/demo]
Screenshots
More Information
Step-by-Step install instructions
Submitting Patches
When submitting a patch, please follow these guidelines:
To create the patch file:
#1 Please be in the directory before "html" (i.e. /www/php-syslog-ng)
this will ensure that others can use the file without getting path errors
#2 Use diff -Nur followed by the path to the <original file>, then the <new file>:
diff -Nur html/includes/tailresult.php.orig html/includes/tailresult.php > filename.patch
To use the patch file:
cd /www/php-syslog-ng patch -p0 < filename.patch