|
|
|
|
Snort Forums Archive
Archive Home » Third Party Tools » I can't see the Graph Alert data
Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.
[ Notice: Full Version of This Topic ]
I can't see the Graph Alert data
Posted by viviqt on March 23, 2005 11:41:06
(My English isn't good, I'm sorry)
I have installed Snort versión. 2.3.0, Acid-0.9.6b23, Mysql-V4.60 24, Mozilla/5.0, Apache/2.0.46 (White Box), PHP version 4.3.2 and the graphics libraries as: gd-2.0.33, jpgraph-1.16. My problem is that I can't see the the graph alert data. What can I do? Have I that installed other graphic library?
Thank you.
Vivi. |
|
Posted by SecureIdeas on March 24, 2005 19:31:06
Hi-
Are you getting an error message when you try to graph something?
Kevin
Project Lead
BASE Project
http://sourceforge.net/projects/secureideas |
|
Posted by viviqt on April 26, 2005 09:42:58
I'm not getting an error message when you try to graph something, what can I do? |
|
Posted by flyguy on April 28, 2005 00:00:31
Hi did u install ADODB ?? u have it install it and properly link it to acid_conf.php |
|
Posted by viviqt on April 28, 2005 06:42:48
Yes, In the acid_conf.php file is: $DBlib_path = "./adodb";
and I have installed adodb library for php4 en the path: /var/www/html/acid/adodb
Vivi.
|
|
Posted by viviqt on April 28, 2005 06:43:02
Yes, In the acid_conf.php file is: $DBlib_path = "./adodb";
and I have installed adodb library for php4 en the path: /var/www/html/acid/adodb
Vivi.
|
|
Posted by flyguy on May 02, 2005 22:08:53
I might able to help u if u provide more info! like the OS ur using and the version. Also it's helpful if u can list ur ACID config file here.
Make sure the GD library has all the required dependencies. U may have to install Zlib. Also try full paths instead of relative paths. |
|
Posted by viviqt on May 05, 2005 09:56:48
OS is: Linux Sintra 2.4.21-15.
gd: it is installed with JPG,PNG, XBM and WBMP Support.
zlib 1.1.4:
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
the acid_conf.php is:
$ACID_VERSION = "0.9.6b23";
$DBlib_path = "./adodb";
$DBtype = "mysql";
$alert_dbname = "BDSnort";
$alert_host = "localhost";
$alert_port = "";
$alert_user = "****";
$alert_password = "****";
/* Archive DB connection parameters */
$archive_dbname = "snort_archive";
$archive_host = "localhost";
$archive_port = "";
$archive_user = "****";
$archive_password = "****";
$db_connect_method = 1;
$use_referential_integrity = 0;
$ChartLib_path = "./phplot-4.4.6";
/* File format of charts ('png', 'jpeg', 'gif') */
$chart_file_format = "gif";
$chart_bg_color_default = array(255,255,255);
$chart_lgrid_color_default = array(205,205,205);
$chart_bar_color_default = array(190, 5, 5);
/* Maximum number of rows per criteria element */
$MAX_ROWS = 10;
/* Number of rows to display for any query results */
$show_rows = 50;
$last_num_alerts = 15;
$last_num_ualerts = 15;
$last_num_uports = 15;
$last_num_uaddr = 15;
$freq_num_alerts = 5;
$freq_num_uaddr = 15;
$freq_num_uports = 15;
/* Number of scroll buttons to use when displaying query results */
$max_scroll_buttons = 12;
$debug_mode = 0;
$debug_time_mode = 1;
$html_no_cache = 1;
$sql_trace_mode = 0;
$sql_trace_file = "";
$refresh_stat_page = 1;
$stat_page_refresh_time = 180;
$show_previous_alert = 0;
$max_script_runtime = 180;
$ip_address_input = 2;
$use_sig_list = 0;
$resolve_IP = 1;
$show_summary_stats = 0;
/* DNS cache lifetime (in minutes) */
$dns_cache_lifetime = 20160;
/* Whois information cache lifetime (in minutes) */
$whois_cache_lifetime = 40320;
/* Snort spp_portscan log file */
$portscan_file = "";
$event_cache_auto_update = 1;
$maintain_history = 1;
$main_page_detail = 1;
/* Whois query */
$external_whois_link = "http://www.samspade.org/t/ipwhois?a=";
//$external_whois_link = "http://www.geektools.com/cgi-bin/proxy.cgi?targetnic=auto&query="
/* DNS query */
$external_dns_link = "http://www.samspade.org/t/dns?a=";
/* SamSpade "all" query */
$external_all_link = "http://www.samspade.org/t/lookat?a=";
/* TCP/UDP port database */
$external_port_link = "http://www.snort.org/ports.html?port=";
//$external_port_link = "http://www.portsdb.org/bin/portsdb.cgi?portnumber=";
/* Signature references */
$external_sig_link = array("bugtraq" => array("http://www.securityfocus.com/bid/", ""),
"snort" => array("http://www.snort.org/snort-db/sid.html?sid=", ""),
"cve" => array("http://cve.mitre.org/cgi-bin/cvename.cgi?name=", ""),
"arachnids" => array("http://www.whitehats.com/info/ids", ""),
"mcafee" => array("http://vil.nai.com/vil/content/v_", ".htm"),
"icat" => array("http://icat.nist.gov/icat.cfm?cvename=", ""));
$action_email_from = "ACID Alert ";
$action_email_subject = "ACID Incident Report";
$action_email_msg = "";
$action_email_mode = 0;
$use_user_session = 0;
$user_session_path = "";
$user_session_function = "";
|
|
|
|
|
|