Commit graph

244 commits

Author SHA1 Message Date
Luca Deri
170bc60f19 Updated (C) 2020-01-08 23:52:51 +01:00
emanuele-f
d3b9f22b0a Add missing ARP matrix entries purging
This resulted in the ARP matrix hash growing as idle entries were not purged.

Fixes #3152
2019-12-31 12:32:21 +01:00
Simone Mainardi
dacaa7e3db Migrates font-awesome 5 fa to fas 2019-12-18 11:50:02 +01:00
Alfredo Cardigliano
8f652cff71 Software update support 2019-12-11 13:14:15 +01:00
Simone Mainardi
7402bbdd14 FontAwesome 5 migration 2019-12-09 15:11:37 +01:00
Simone Mainardi
d7d26faad1 Initial migration to bootstrap4 2019-12-05 09:27:46 +01:00
emanuele-f
d86d58a80d Make InfluxDB query timeout configurable 2019-11-29 12:10:59 +01:00
Luca
6ae67a84b6 Revert "Moved menu items"
This reverts commit 2135ddf089.

Revert "Add sidebar"

This reverts commit f24801570e.
2019-11-29 10:37:16 +01:00
Alfredo Cardigliano
f24801570e Add sidebar 2019-11-28 10:36:49 +01:00
emanuele-f
478c97b743 Inhibit some influxdb queries when the database does not respond
This reduces the gui loading time when such event occurs
2019-11-25 15:39:21 +01:00
emanuele-f
20ef1a4ebc Fix ts_utils.listSeries in redis.lua being performed on every page load
This was caused by probe.getTimeseriesMenu being called at every page load by the timeseries
code to load the schemas. probe.loadSchemas is now called instead.
2019-11-25 15:39:21 +01:00
Simone Mainardi
fd33ad1429 Implements summary page across all ntopng interfaces 2019-11-14 15:38:51 +01:00
Simone Mainardi
c171574957 Reads CPU load from /proc/loadavg 2019-11-01 18:35:57 +01:00
emanuele-f
10aa5542f8 Rework alertEntity functions to avoid modules circular dependencies
Fixes #2975
2019-10-23 13:01:57 +02:00
Simone Mainardi
3bfe6201ac Add bans to blacklisted hosts in the flows list page 2019-09-19 15:56:35 +02:00
Simone Mainardi
7f150ef407 Implements alerted flows counters and shows them in the footer
Implements #2863
2019-09-19 15:15:32 +02:00
Simone Mainardi
cde0cd9958 Prevents footer gauges from being shown when analyzing pcaps 2019-09-19 12:42:18 +02:00
Simone Mainardi
b86378bca3 Implements ul/dl thpts in C and reworks the footer to use them 2019-09-03 18:56:23 +02:00
Alfredo Cardigliano
3a8575dd69 Footer fix with alerts disabled 2019-07-18 02:07:35 +02:00
Simone Mainardi
b03070af8d Redirect the user to the InfluxDB engaged alerts when clicking the red icon 2019-06-28 18:39:47 +02:00
emanuele-f
a9d3c78587 Alerts changes
NOTE: database schema changed. Existing alerts will be lost.

- Unified engaged and closed tables
- Simplified hosts engaged alert counters handling: periodically set by lua
- Removed alert engine and replaced with alert periodicity
- Now engage is implicitly derived from the alert end timestamp and periodicity
- New alerts_api.lua to easily emit alerts
- Removed past alerts counter aggregation by hash
- Alert notifications for non-flow alerts are now removed from C and triggered by lua
2019-06-28 10:47:17 +02:00
Simone Mainardi
2200453862 Adds badge upon influxdb export errors 2019-06-26 16:29:08 +02:00
emanuele-f
791afdbaca Implement CPU load chart 2019-06-06 19:20:11 +02:00
emanuele-f
39f8958f81 Add total traffic spike chart for interfaces with no directions
Closes #2637
2019-06-06 12:05:13 +02:00
emanuele-f
14a9d83a30 Move local broadcast domain preference to the interface settings and show warnings
A dismissable warning is shown if DHCP traffic has been seen on the currrent interface.
2019-04-11 12:52:15 +02:00
emanuele-f
8977ac81f6 Add ntopng process memory chart 2019-03-05 13:59:38 +01:00
emanuele-f
8637d300e7 Make timeseries migration message dismissable
Fixes #2428
2019-02-27 18:17:18 +01:00
Luca Deri
c8e9798c84 libebpfflow update 2019-02-27 16:29:51 +01:00
emanuele-f
ee236edcd2 Add badge color for l2 devices
Fixes #2398
2019-02-19 10:47:36 +01:00
emanuele-f
576d28d219 Fix InfluxDB migration message appearing when InfluxDB is enabled
Fix #2382
2019-02-18 11:47:18 +01:00
emanuele-f
c1cbf69286 Add footer counters labels
Fixes #2365
2019-02-12 17:17:51 +01:00
emanuele-f
ad3f221828 Suggest InfluxDB when monitoring many hosts
The check is based on the number of local hosts and timeseries enabled

Closes #2350
2019-02-01 15:07:12 +01:00
Alfredo Cardigliano
3381ddbcf5 REST endpoints update
get_alerts_data.lua -> rest/get/alert/data.lua, host_get_json.lua -> rest/get/host/data.lua, get_interface_data.lua -> rest/get/interface/data.lua, live_traffic_extraction.lua -> rest/get/pcap/live_extraction.lua
2019-01-30 14:18:45 +01:00
emanuele-f
8fb8b60314 Fix missing interface selection in footer 2019-01-10 12:35:07 +01:00
emanuele-f
123743d49c Show upload/download in footer chart
Rx and Tx is not always available. If it is not, the chart is hidden.
2019-01-09 18:39:15 +01:00
Alfredo Cardigliano
2cfa7c436c Moved network_load.lua to get_interface_data.lua, fixed interface selection handling ifid 2019-01-09 10:33:53 +01:00
emanuele-f
de5a58ecf3 Remote assistance improvements
- Add status page with service log
- Use a different service name to avoid conflicts with other n2n instances
- Split key into community and key, alphanumeric
- Add connection script download
2018-11-28 17:56:45 +01:00
emanuele-f
eac278a28d Implement remote assistance
- It enables a VPN via n2n
- Remote assistance will be automatically disabled after 1 day
- Optionally it's possible to give admin access to the support
2018-11-23 13:03:11 +01:00
emanuele-f
88986d5589 Move traffic extraction pages under the interface disk icon 2018-11-13 20:13:47 +01:00
Simone Mainardi
52de8430d0 Code cleanup of captive portal users now in nEdge 2018-10-19 15:50:58 +02:00
Alfredo Cardigliano
4f8da81ebd number of extraction tasks in footer, recording icon in interfaces dropdown 2018-10-17 16:25:31 +02:00
Alfredo Cardigliano
b304c68d33 traffic extraction improvements 2018-10-16 18:59:34 +02:00
Alfredo Cardigliano
2b565d1d63 traffic extraction jobs page to list and delete jobs, pcap download endpoint 2018-10-16 17:29:08 +02:00
Alfredo Cardigliano
86140bf8aa added traffic recording to menu, minor improvements 2018-10-12 19:34:16 +02:00
Alfredo Cardigliano
e9149d8806 footer badge when running traffic recording, logs page, --storage-dir option renamed to --pcap-dir 2018-10-12 18:09:35 +02:00
emanuele-f
c43cea7bee Add missing custom categories link for flow host_server_name 2018-10-11 12:49:26 +02:00
emanuele-f
433cbb3142 Fix custom interface speed not accounted in ts_common.getMaxPointValue 2018-09-11 13:06:44 +02:00
Luca
db5dd05798 The migration notice is now rendered according to the ntopng guidelines 2018-08-30 16:46:47 +02:00
Alfredo Cardigliano
5d986787b1 default data directory migration from /var/tmp/ntopng to /var/lib/ntopng 2018-08-29 17:46:56 +02:00
Luca Deri
30e22c3a71 Implemented multiple-pcap file download and monitor 2018-08-08 14:06:25 +02:00