* - $alert_user : login to the database with this user * - $alert_password : password of the DB user * * This information can be gleaned from the Snort database * output plugin configuration. */ $alert_dbname = "snort"; $alert_host = "localhost"; $alert_port = ""; $alert_user = "root"; $alert_password = "Your_Password"; /* Archive DB connection parameters */ $archive_dbname = "snort"; $archive_host = "localhost"; $archive_port = ""; $archive_user = "root"; $archive_password = "Your_Password ";
6)可以进入进入web界面: http://172.18.5.198/acid/acid_main.php 点"Setup Page"链接 ->Create Acid AG 然后访问http:// 172.18.5.198/acid将会看到ACID界面。