Commit graph

47 commits

Author SHA1 Message Date
Matteo Biscosi
bc3d07d29a Removed local http servers (#9457) 2025-07-30 16:39:38 +02:00
GabrieleDeri
c1ae9495b0
Updated footer year to 25 (#8962) 2025-02-14 15:22:57 +01:00
Matteo Biscosi
d795bf3474 Added NAT info in clickhouse (#8384) 2024-05-10 10:22:55 -04:00
Luca Deri
5d4df16e2d Discontinued hide from top feature 2023-08-30 12:52:09 +02:00
Lukas Magauer
62167ab86b
Add RIPEstat link to Host Details page (#7350)
* Add RipeStat to hosts page

* Replace broken ASN link

---------

Co-authored-by: lumarel <lumarel@users.noreply.github.com>
2023-03-28 11:19:01 +02:00
Matteo Biscosi
119e2f1794 Fixes icons not shown 2023-03-09 16:27:10 +00:00
MatteoBiscosi
3631cc741a Standardized and remove some strings 2022-07-15 11:40:20 +02:00
MatteoBiscosi
af0d065314 Removed no more used strings 2022-07-15 11:40:20 +02:00
MatteoBiscosi
57a85de50e Cleaned up the code from plugin_utils 2022-02-11 12:07:23 +01:00
MatteoBiscosi
0c3bfd54c4 Changed name from probe to exporter (#5970) 2021-10-11 16:54:01 +02:00
Francesco Amodeo
de27966413
Implemented countries host check (#5713)
* Added check and alert implementation

* Fixed size of estimation and some typo

* Added HLL counters and DES structure
Co-authored-by: Paolo Junior Mollica <p.mollica@studenti.unipi.it>

* fixes according comments of PR

* decreased memory footprint

* resolved conflicts

* fixed HostCheckID

* Removed wrongly committed file

Co-authored-by: paolo-junior-mollica <paolo.junior.mollica@gmail.com>
Co-authored-by: Matteo Biscosi <49585191+MatteoBiscosi@users.noreply.github.com>
2021-08-25 15:50:07 +02:00
Simone Mainardi
c1cabfff41 Reworks throughput refresh and unifies refresh rates
Addresses #5768
2021-08-16 14:11:38 +02:00
Vasilis Tako
4da05360f8 Changed back url from title to href attribute on anchor tags (Issue #5618) 2021-08-04 15:20:04 +02:00
Vasilis Tako
0b0107ab34 Added confirm modal when try to open all external links (Issue #5618) 2021-08-03 19:12:30 +02:00
Simone Mainardi
0f8b71b9ef Fixes for inconsistent names exporters vs probes
Addresses #5668
2021-07-19 16:41:59 +02:00
MatteoBiscosi
a23babe57d Changed Exporter name into Probe (#5668) 2021-07-14 12:43:13 +02:00
Simone Mainardi
25159f0a9b Refactors {host,flow}_callbacks into {host,flow}_checks (lua) 2021-06-16 18:59:07 +02:00
Luca Deri
4005fbd4e9 Fixed purging message 2021-06-07 16:47:14 +02:00
Matteo Biscosi
9a75e4e83d Fixed cz language assert error 2021-05-17 12:13:21 +02:00
Simone Mainardi
aea9138bfb Implements flow callbacks and alerts in C++ 2021-03-22 09:51:36 +01:00
Luca Deri
981d6e3c0f Updated traffic labels 2020-12-31 10:31:50 +01:00
Simone Mainardi
1a71ba4f5f Removes remote assistance
Fixes #4785
2020-12-17 19:41:37 +01:00
Luca Deri
bbf48666c8 Removed MUD code 2020-10-11 16:58:10 +02:00
Alfredo Cardigliano
50099f8b89 Cleanup aggregated flows configuration (deprecated) 2020-09-21 23:20:14 +02:00
Luca Deri
0a976a69bb Added GeoLocation support from https://db-ip.com in addition to the existing MaxMind DB
Implements https://github.com/ntop/ntopng/issues/4206
2020-08-03 12:24:37 +02:00
Alfredo Cardigliano
bde41ff4b7 Cleanup nagios code 2020-07-28 11:33:04 +02:00
Simone Mainardi
8fafd10769 Removes unused slow_stats_update from C and lua 2020-07-27 16:28:41 +02:00
Luca Deri
186bc474a4 Tiny SNMP string changes 2020-07-02 19:41:08 +02:00
Simone Mainardi
a23220090d Minor localization cleanup 2020-05-21 23:03:37 +02:00
emanuele-f
39d76d233d Hide zero MAC address in remote to remote alerts
Addresses #3644
2020-05-19 14:41:19 +02:00
Simone Mainardi
ae9b4b963e Standardizes export/dump nomenclature 2020-04-22 18:54:35 +02:00
Simone Mainardi
28480748aa Implements runtime flows dump toggle 2020-04-22 18:12:49 +02:00
Simone Mainardi
9b5013cf4d Reconciles flows page description
Fixes #3781
2020-04-16 21:27:05 +02:00
Simone Mainardi
3e14bc30f8 Refactors RTT to Active Monitoring
Addresses #3741

Refactors RTT: rtt_utils to active_monitoring_utils

Refactors RTT: rtt_host to am_host schema name

Refactors RTT: import_active_monitoring_config.lua

Refactors RTT: active_monitoring_stats.lua

Refactors RTT: active_monitoring_stats i18n

Refactors RTT: get_active_monitoring_config.lua

Refactors RTT: get_active_monitoring_hosts

Refactors RTT: edit_active_monitoring_host

Refactors RTT: active_monitoring.lua

Refactors RTT: active_monitor

Refactors RTT: active_monitoring_utils.js

Refactors RTT: get_active_monitoring_hosts.lua fixes

Refactors RTT: last_rtt

Refactors RTT: rtt_host to am_host
2020-04-13 21:34:10 +02:00
Luca Deri
70dc07c3f1 ArpMatrix code moved to attic 2020-01-30 09:57:32 +01:00
emanuele-f
d7528e1628 Score improvements
The score is now calculated differently on the client and on the server of the flow.
The hosts flow is updated every minute and charted.
It's now possible to trigger an alert when the score threshold is exceeded
2020-01-15 12:34:16 +01:00
Alfredo Cardigliano
55b1ca75a9 Replace anomalous with misbehaving to avoid inconsistencies (fix #2866) 2020-01-14 15:49:19 +01:00
Simone Mainardi
c6f61dee97 Updates misleading syn probing flow status message 2020-01-03 12:40:56 +01:00
Simone Mainardi
dacaa7e3db Migrates font-awesome 5 fa to fas 2019-12-18 11:50:02 +01:00
Simone Mainardi
0eb75bf884 Uses new localization for icmp types and codes 2019-12-18 10:49:38 +01:00
Simone Mainardi
d16f445cff Implements full ICMP v4 and v6 support 2019-12-14 21:59:24 +01:00
Simone Mainardi
0ce4ebad97 Dropbox code cleanup 2019-12-13 10:43:08 +01:00
Simone Mainardi
37f54a5090 Fixes font-awesome 5 external link
Fixes #3125
2019-12-13 10:18:20 +01:00
Luca Deri
20046ffb4c Minor chart rework 2019-12-10 11:44:23 +01:00
Alfredo Cardigliano
e38835a603 Rename SSL to TLS (fix #3013) 2019-11-15 12:40:01 +01:00
Simone Mainardi
e10dfb1b24 Fixes for the CZ translation 2019-10-30 16:41:19 +01:00
Tikeris
ce46abd6fb
Rename cz to cz.lua 2019-10-30 09:51:52 +01:00
Renamed from scripts/locales/cz (Browse further)