Snort mailing list archives
Snort Report 1.3.3
From: Oleg Jakobi <oleg.jakobi () googlemail com>
Date: Mon, 13 Feb 2012 17:03:26 +0100
Hello, i want to view 3 IDS with Snort (2.9.2) on one Server. I have MySQL Database on this Server with 3 Databases, one for each IDS.I can see just one IDS-Database, but now I want to present all this three of them with snort-report in one Window. Is it possible?
In the srconf.php: // Put your snort database login credentials in this section $server = "192.168.168.1"; $user = "user"; $pass = "pass"; $dbname = "ids1";*$dbname2 = "ids2"; // how should i configure here to see all three Databases
$dbname3 = "ids3";*
// Open a connection to the database
require_once("DB.php");
$db = new DB;
$db->setinst($server);
$db->setuser($user);
$db->setpass($pass);
$db->dbname($dbname);
*$db->dbname($dbname2);
$db->dbname($dbname3);*
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________ Snort-users mailing list Snort-users () lists sourceforge net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users Please visit http://blog.snort.org to stay current on all the latest Snort news!
Current thread:
- Snort Report 1.3.3 Oleg Jakobi (Feb 14)
 
