diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-03-01 04:44:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-01 19:35:39 +0700 |
commit | 153fbeb32132a6223ea98a26e902b8c555e8a8b7 (patch) | |
tree | 54837db17c10554d75f2da66b96970eb04286cdc /network/ntop/README | |
parent | 58ef58d4ef8de20d60b0e367abca3e5398a8ce43 (diff) |
network/ntop: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ntop/README')
-rw-r--r-- | network/ntop/README | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/network/ntop/README b/network/ntop/README deleted file mode 100644 index 2108bcb9bc..0000000000 --- a/network/ntop/README +++ /dev/null @@ -1,24 +0,0 @@ -ntop is a network probe that shows network usage in a way similar to -what top does for processes. In interactive mode, it displays the -network status on the user's terminal. In Web mode, it acts as a Web -server, creating an HTML dump of the network status. - -It sports a NetFlow/sFlow emitter/collector, an HTTP-based client -interface for creating ntop-centric monitoring applications, and -RRD for persistently storing traffic statistics. - -ntop needs to run under its own user/group. This has been assigned to -the following by SlackBuilds.org, but feel free to change it on your -system for consistency with local assignments. - User: ntop UID: 212 GID: 212 - group: ntop GID: 212 -You can change pass alternate values for the user and group using -NTOPUSER and NTOPGROUP variables when running the build script. - -Logs are placed in /var/log/ntop/ and will be rotated every week. The -log rotation will restart the ntop server which will reset the ntop -statistics. If you want to keep the statistics you have to edit or delete -the /etc/logrotate.d/ntop file. - -For some important post-build and basic configuration instructions, -see the included 'README.SLACKWARE' file. |