Package Details: ntopng 6.2-1

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.014826
First Submitted: 2015-09-22 08:31 (UTC)
Last Updated: 2024-08-13 21:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

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!

xyzabc123 commented on 2018-12-31 08:52 (UTC)

Errors when "zeromq" isn't installed, needs to be a dependency.