Download Latest Version ida-syslog-0.7.zip (140.9 kB)
Email in envelope

Get an email when there's a new version of ida-syslog

Home
Name Modified Size InfoDownloads / Week
README.txt 2011-04-13 671 Bytes
ida-syslog-0.7.zip 2011-04-13 140.9 kB
Totals: 2 Items   141.5 kB 0
ida-syslog

A Web-Frontend for Syslog Data. Requires Syslog Data in MySQL Database and a Webserver with PHP.
Made with jQuery and jQuery UI, server-side ajax via PHP.


comes with ABSOLUTELY NO WARRANTY




Install
-------
Tested with rsyslog and rsyslog-mysql on Debian Squeeze
Needs a Webserver with PHP.

Place Files and Folders (js, css) on Webserver Dir

Configure Database Settings, see config.inc.php

Needs a table in the $db_ida_database for storing Templates, please create it:

CREATE TABLE `Templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `content` text NOT NULL,
  PRIMARY KEY (`id`)
);


Source: README.txt, updated 2011-04-13