Name | Modified | Size | Downloads / 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`) );