[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howtos:software:ntop [2019/02/21 11:41 (UTC)] (current) – created markand
Line 1: Line 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}}
 howtos:software:ntop ()