|
|
|
Hardware Compatibility List
Following the steps below will install the necessary scripts to provide us with feedback about the type of hardware currently installed in your EasyIDS system along with anonymous usage statitics. To install the feedback scripts please perform the following:
wget http://www.skynet-solutions.net/easyids/feedback.tar.gz
tar -xzvf feedback.tar.gz
cd feedback
sh install-hwfeedback.sh
Type INSTALL and press [ENTER]
Partial solution to missing ntop graphs
Edit /etc/httpd/conf.d/ntop.http.conf to look like:
< Location /ntop>
SetOutputFilter proxy-html
ProxyHTMLURLMap / /ntop/
ProxyHTMLURLMap /ntop//ntop/ //
ProxyHTMLURLMap /ntop/plugins/ntop/ /ntop/plugins/
RequestHeader unset Accept-Encoding
< /Location>
(remove the space between < and location)
Edit /usr/share/ntop/html/theme.js to look like:
// directory of where all the images are
var cmThemeOfficeBase = '/ntop/';
Alternatively you can disable Dag Repository by editing /etc/yum.repos.d/dag.repo:
[dag] name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=0
|
|