Search Criteria
Package Details: ntopng 6.6-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.000000 |
| First Submitted: | 2015-09-22 08:31 (UTC) |
| Last Updated: | 2025-11-21 13:05 (UTC) |
Dependencies (20)
- curl (curl-gitAUR, curl-c-aresAUR)
- hiredis (hiredis-gitAUR)
- json-c (json-c-gitAUR)
- libmaxminddb (libmaxminddb-gitAUR)
- libpcap (libpcap-gitAUR)
- rrdtool
- sqlite (sqlite-fossilAUR)
- valkey (valkey-gitAUR)
- zeromq (zeromq-gitAUR, zeromq-gitAUR)
- automake (automake-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- libtool (libtool-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- python-setuptools (make)
- wget (wget-gitAUR) (make)
- net-snmp (optional) – support SNMP SET and SNMP v3
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
jmsq commented on 2024-11-07 06:11 (UTC)
This package should have a dependency on the net-snmp package.
cacoro2 commented on 2024-07-29 01:31 (UTC)
I also had issues with the CSS not compiling. Just needed to add the following dependencies:
johnnybash commented on 2024-02-09 19:34 (UTC)
following upstream more closely seems reasonably.
alou-S commented on 2024-02-05 12:44 (UTC) (edited on 2024-02-05 12:46 (UTC) by alou-S)
I had issues with the CSS not compiling properly, simply changing
npm run buildtonpm run build:devfixed it for me. Would suggest changing the lines for the CSS/JS compilation to match https://github.com/ntop/ntopng/blob/dev/doc/README.compilationI have personally made some changes such as using
pnpminstead ofnpmsince its much faster. I also removed thexargs -L1argument because it callsnpm installone by one for every single dependency which seems unnecessary.JohnRobson commented on 2023-05-20 16:13 (UTC)
johnnybash commented on 2023-05-03 18:47 (UTC)
fixed, thanks @vianney Login works again!
vianney commented on 2023-05-03 11:55 (UTC) (edited on 2023-05-03 14:08 (UTC) by vianney)
Hi @luigibu, just had the same thing and found the following related issue :
https://github.com/ntop/ntopng/issues/7203
Javascript related assets are not built, the following is missing in the build step :
edit: You have to add it after the second ./configure of the build() step in the PKGBUILD
luigibu commented on 2023-04-15 17:46 (UTC)
Hi! I installed without issue, however, is it imposible to login into the web ui. admin->admin just dont work for me. I tried already the workaround in the docs with no luck. Any got this same issue? thanks
ryant0000 commented on 2022-09-29 01:25 (UTC)
Looks like this is broken again in a similar way, looking at the config.log that stdout points too I see the following:
gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated.
Seems like the gcc options may have changed to break this
johnnybash commented on 2022-02-04 08:02 (UTC)
new release yesterday (5.2.1) which builds again :)
1 2 3 4 5 6 .. 9 Next › Last »