Commit graph

63 commits

Author SHA1 Message Date
Alfredo Cardigliano
0a42ddb598 README update 2021-06-10 11:51:26 +02:00
Alfredo Cardigliano
d0371222c5 README update 2021-06-09 14:55:00 +00:00
Alfredo Cardigliano
1a7dde59d3 Update js. Fix doc. 2021-03-08 11:23:30 +01:00
Alfredo Cardigliano
b952acf627 Fix reported version 2021-03-03 12:26:37 +01:00
Alfredo Cardigliano
7ababe88df Update mac ports instructions 2021-02-22 14:46:18 +01:00
Alfredo Cardigliano
d41dc5cd59 Update mac ports deps 2021-02-22 14:31:09 +01:00
Alfredo Cardigliano
63e610c79f Update mac ports instructions 2021-02-22 12:44:24 +01:00
Alfredo Cardigliano
789b80d50f Add speedtest compilation dependencies 2021-02-19 16:07:22 +01:00
Alfredo Cardigliano
a2fb40c077 CentOS Stream compilation instructions 2021-02-19 10:21:00 +01:00
Luca
947ecff0d5 Updated MacOS 2021-01-19 10:46:26 +01:00
Luca
9ae1c216f3 Updated FreeBSD installations 2021-01-19 10:44:53 +01:00
Luca Deri
4e1a7ca17c
Updated binary package location 2020-10-09 13:16:45 +02:00
Luca
694ce99390 Added OpenSuse compilation dependencies 2020-10-08 16:02:09 +02:00
Luca Deri
ed6b4cb6f3
Removed reference to geoipupdate 2020-08-27 13:53:46 +02:00
Oskar Fagerfjäll
f1d38bac3b
Fix typos in documentation (#4311)
* Standardize spelling customize in docs

* Standardize spelling categorize in docs

* Standardize spelling behavior in docs

* Standardize spelling visualization in docs

* Standardize spelling Redis in docs

* Standardize spelling ZMQ in docs

* Standardize spelling CPU in docs

* Standardize spelling URL in docs

* Correct typos in docs
2020-08-19 11:51:11 +02:00
Oskar Fagerfjäll
6fc5edd284 Standardize spelling CSS in docs 2020-08-17 16:45:40 +09:00
Luca Deri
e38277ca61
Added packages download information 2020-08-05 15:29:15 +02:00
Luca Deri
b03a396ee3 Enabled Net-SNMP when available 2020-06-16 23:02:39 +02:00
simonemainardi
f6567a5758
Updates README.compilation
Adds Fedora 30 readline-devel dep

Fixes #4023
2020-06-11 10:07:09 +02:00
Luca Deri
c69553e692
Added missing dependency on Ubuntu/Debian 2020-05-05 11:16:39 +02:00
simonemainardi
c435769ec9
Updates README.compilation with Centos8 LDAP dep
Fixes #3716
2020-04-08 15:19:09 +02:00
gabryon99
e9adc47c06 upgraded jquery to latest version to prevent security vulnerabilities 2020-03-22 12:36:12 +01:00
Luca Deri
aea228e376 Compilation fixes 2020-02-08 10:16:56 +00:00
Alfredo Cardigliano
bff00f06d3 More locales 2020-01-07 12:44:44 +01:00
Simone Mainardi
adee07bcb4 Source changes to handle geoipupdate installed databases 2020-01-03 17:56:55 +01:00
gabryon99
ff71cc17ce updated README.compilation for uglify-es 2019-12-30 14:50:11 +01:00
gabryon99
daf231391d fixed issue #3165 and #3166 2019-12-30 12:59:09 +01:00
Luca Deri
f56e5daca6 Added Fedora build instructions 2019-11-27 21:17:58 +01:00
Alfredo Cardigliano
66bcbe8969 Added libldap dep 2019-11-25 09:43:53 +01:00
Simone Mainardi
3950c3ddc8 Support for 5-min timeseries resolution in InfluxDB 2019-10-15 15:06:20 +02:00
simonemainardi
ef15db0e91
Update README.compilation with expect for Centos8 2019-10-14 10:28:10 +02:00
simonemainardi
232e04aa0d
Updates README.compilation with json-c-devel for Centos8 2019-10-14 09:27:25 +02:00
simonemainardi
862bc0dddd
Updates README.compilation with readis instructions 2019-10-11 17:40:43 +02:00
simonemainardi
914ce68a41
Updates README.compilation with extra Centos8 libs 2019-10-10 18:20:38 +02:00
simonemainardi
c9a95543dd
Updates README.compilation with Centos8 2019-10-10 17:55:34 +02:00
Alfredo Cardigliano
ad63b915b4 Compilation intructions fix 2019-08-29 14:54:39 +02:00
emanuele-f
1afab2aa5f Debian buster fixes 2019-08-07 12:19:55 +02:00
Javier Junquera Sánchez
69f2b7b657 Update README.compilation (#2437)
Added `libjson-c-dev` ubuntu dependency (issue #2435)
2019-03-04 15:21:23 +01:00
Simone Mainardi
76cc242ff8 Updates README with zeromq-devel for Centos7
Fixes #2270
2018-12-27 10:14:30 +01:00
Simone Mainardi
6c58b81883 Removes unnecessary deps from README.compilation 2018-11-23 18:49:29 +01:00
Simone Mainardi
e104596d7d Updates compilation README with libreadline-dev req for ubuntu 2018-11-23 17:58:59 +01:00
Simone Mainardi
3c6a8697ad Updates compilation README file with readline-devel requisite 2018-11-23 17:50:44 +01:00
Luca Deri
7c9457ecee Added pkg-config to avoid issues like
deri@ubuntu 42> ./autogen.sh
Wait please...
configure.ac:32: error: possibly undefined macro: AC_MSG_RESULT
      If this token and others are legitimate, please use m4_pattern_allow.
            See the Autoconf documentation.
	    configure.ac:88: error: possibly undefined macro: AC_MSG_CHECKING
	    autoreconf: /usr/bin/autoconf failed with exit status: 1

Now run ./configure
deri@ubuntu 43>  ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
./configure: line 3902: syntax error near unexpected token `NDPI,'
./configure: line 3902: `PKG_CHECK_MODULES(NDPI, libndpi >= 2.0,'
2018-09-24 15:10:12 +02:00
Alfredo Cardigliano
b963467559
Update README.compilation 2018-09-19 12:44:11 +02:00
Simone Mainardi
77c0f349d1 Migrates geolocation to GeoLite2 and libmaxminddb
Migrates class Geolocation to the new libmaxminddb

Handles static/dynamic compilation of libmaxminddb

Adds missing configure/make files for libmaxminddb

Adds libmaxminddb to travis.yml

Adds dev libmaxminddb to .travis.yml

Removes t Makefile

Removes missing ubuntu14 libmaxminddb-dev

Run autoreconf on libmaxminddb

Adds autoreconf to libmaxminddb static build

Adds libmaxminddb dependency to packages

Adds new *.mmdb files to debian/ubuntu ntopng-data

Adds new *.mmdb files to centos6/7 ntopng-data

Removes old libgeoip dep in favor of libmaxminddb

Adds back old .dat to debian/ubuntu ntopng-data

Adds back old .dat to centos ntopng-data

Adds autoreconf for travis

Removes libmaxminddb autoreconf from travis

Removes third-party libmaxminddb

Removes static build of libmaxminddb

Removes old libgeoip1 dependencies

Updates readme with libmaxminddb

Adds geolite attribution
2018-07-13 12:03:15 +02:00
Luca Deri
5a97bae86f Ubuntu 18.04 package 2018-05-03 08:50:48 +00:00
Luca Deri
124364c4a2 Initial work towards better flow serialization 2017-10-03 14:55:35 +02:00
Luca Deri
07bb923450 Fix for missing libcap-dev lib in README.compilation
Fixed bugs on ARP/ICMP sorting due to packet formatting
Added drops reset when an interface is just initialized
Fixed bug on RuntimePrefs hash get
2017-09-21 14:57:27 +02:00
Simone Mainardi
778f43dfdd Centos7 netfilter compilation fixes 2017-09-20 10:45:11 +02:00
Luca Deri
0f678dcda9 Debian 9 fix 2017-08-09 16:55:35 +02:00