Search Criteria
Package Details: ntopng 6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ntopng.git (read-only, click to copy) |
---|---|
Package Base: | ntopng |
Description: | The next generation version of the original ntop, a network traffic probe that shows the network usage |
Upstream URL: | http://www.ntop.org/ |
Keywords: | monitoring networking ntop top |
Licenses: | GPL-3.0-only |
Submitter: | crt |
Maintainer: | pht (johnnybash) |
Last Packager: | johnnybash |
Votes: | 28 |
Popularity: | 0.003083 |
First Submitted: | 2015-09-22 08:31 (UTC) |
Last Updated: | 2024-11-07 16:21 (UTC) |
Dependencies (20)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- hiredis (hiredis-gitAUR)
- json-c (json-c-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclientAUR, libmysqlclient80AUR, mariadb-libs, mariadb-lts-libs)
- libmaxminddb (libmaxminddb-gitAUR)
- libpcap (libpcap-gitAUR)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- rrdtool
- sqlite (sqlite-fossilAUR)
- zeromq (zeromq-gitAUR)
- automake (automake-gitAUR) (make)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libtool (libtool-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-setuptools (make)
- wget (wget-gitAUR, wurlAUR) (make)
- net-snmp (optional) – support SNMP SET and SNMP v3
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
lonaowna commented on 2019-11-15 19:50 (UTC)
Doesn't start because
/var/lib/ntopng
is missing from the package.pht commented on 2019-08-15 18:08 (UTC)
@t0m5k1 Thanks for the report. I might not be able to help with this in the coming days. I would recommend to check if ntopng has trouble with the redis database or otherwise bad permissions somewhere. Might be that fresh install misses something.
t0m5k1 commented on 2019-08-14 18:00 (UTC) (edited on 2019-08-14 18:02 (UTC) by t0m5k1)
Fresh installation on ArchLinux
Since installation I am unable to login with admin, admin.
I have tried the following commands:
redis-cli del ntopng.user.admin.password
this just does nothing, I'm still unable to login and after 1 single failure I get total lockout for 5 minutes.
Trying to remove the lock out with:
for k in redis-cli keys ntopng.cache.failed_logins.*; do redis-cli del $k; done
this does nothing as well.
Raised an issue on the main github repo and was asked to run:
stop ntopng
redis-cli flushall
rm -rf /var/lib/ntopng/runtimeprefs.json
restart ntopng
Then check with admin/admin again
This also failed to let me log in and was then told to come here as arch/aur is unsupported.
I was looking to purchase a license for either pro or enterprise but I won't bother, So last attempt at fixing this lays here before I jump ship to a different solution.
Thanks in advance.
pht commented on 2019-03-07 16:42 (UTC) (edited on 2019-03-07 16:43 (UTC) by pht)
@ShayBox
I had a similar problem due to race condition while starting the redis server. I've created a "wait-for-redis" service and hooked it as a dependency for ntopng. The following gists illustrate the idea:
https://gist.github.com/pht1/c3497d51019007d7fed2c0b512a513fe
https://gist.github.com/pht1/7989de241da5c9bbbe0ff96ce9970b32
https://gist.github.com/pht1/7147bb744ddccb39cb342757a8539447
I was not sure whether to include this hack in the base ntopng package.
xyzabc123 commented on 2018-12-31 09:29 (UTC)
Builds perfectly now, thank you
pht commented on 2018-12-31 09:15 (UTC)
Fixed. Thank you again!
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »