What's new? | Help | Directory | Sign in
Google
php-syslog-ng
php-syslog-ng is a frontend for viewing syslog-ng messages logged to MySQL in realtime.
  
  
  
    
Show all Featured Downloads:
php-syslog-ng-2.9.7.tgz
Join project
Project owners:
  mfreeman451, clauslund, cdukes, berldaniel
Project members:
patrickdk77

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

Google Projects Page

Report a bug

More Information

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

Main Page

Graph Page

More Information

Step-by-Step install instructions

Change Log

Readme

Troubleshooting Guide

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