|
|
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.
Website
Demo Version
Demo the latest version of PHP-Syslog-NG
(login/pass is demo/demo]
VMWare Server Version
Download a VMWare-server version, ready to run! PHP-Syslog-NG-VMW
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
