Diferencias
Muestra las diferencias entre dos versiones de la página.
— |
es:howtos:software:ntop [2019/02/28 01:51 (UTC)] (actual) slackwarespanol creado |
||
---|---|---|---|
Línea 1: | Línea 1: | ||
+ | ====== ntop ====== | ||
+ | ====== Installation ====== | ||
+ | |||
+ | **A) Enable httpd web server** | ||
+ | |||
+ | |||
+ | **B) Install ntop dependencies** | ||
+ | |||
+ | 1) Install RRDTool via sbopkg | ||
+ | |||
+ | 2) Install Graphviz via sbopkg | ||
+ | |||
+ | 3) Install GeoIP via sbopkg | ||
+ | |||
+ | |||
+ | **C) Install and configure ntop** | ||
+ | |||
+ | 1) Add ntop user and group | ||
+ | |||
+ | groupadd -g 212 ntop | ||
+ | useradd -u 212 -g ntop ntop | ||
+ | |||
+ | 2) Install ntop via sbopkg | ||
+ | |||
+ | 3) Make rc.ntop executable | ||
+ | |||
+ | chmod 755 /etc/rc.d/rc.ntop | ||
+ | |||
+ | 4) Set ntop admin password | ||
+ | |||
+ | /usr/bin/ntop -P /var/lib/ntop -u ntop -A | ||
+ | |||
+ | 5) start ntop | ||
+ | |||
+ | /etc/rc.d/rc.ntop start | ||
+ | |||
+ | |||
+ | |||
+ | You should be able to browse to http://ntopmachine:3000 and it should be working. | ||
+ | |||
+ | |||
+ | |||
+ | ====== Sources ====== | ||
+ | <!-- If you are copying information from another source, then specify that source --> | ||
+ | <!-- * Original source: [[http://some.website.org/some/page.html]] --> | ||
+ | <!-- Authors are allowed to give credit to themselves! --> | ||
+ | <!-- * Originally written by [[wiki:user:xxx | User X]] --> | ||
+ | <!-- * Contributions by [[wiki:user:yyy | User Y]] --> | ||
+ | |||
+ | <!-- Please do not modify anything below, except adding new tags.--> | ||
+ | <!-- You must remove the tag-word "template" below before saving your new page --> | ||
+ | {{tag>howtos software ntop network_monitoring needs_attention author_arfon}} |