Commit graph

217 commits

Author SHA1 Message Date
Nicolo Maio
de809c4a24 Modify active monitoring icon. 2023-10-05 10:25:44 +02:00
Alfredo Cardigliano
4d05af1b09 Fix pools menu 2023-08-28 13:09:05 +02:00
Nicolo Maio
86140615fa Rework menu entries (#7784) 2023-08-24 15:37:47 +02:00
Matteo Biscosi
2a50965f90 Added active monitoring checks subdir (#7768) 2023-08-23 16:06:27 +00:00
Nicolo Maio
829e4236a9 Create new page (#7745) 2023-08-09 11:17:17 +02:00
Nicolo Maio
597637289a Fix sidebar menu. (#7718) 2023-08-04 01:18:03 +02:00
Alfredo Cardigliano
10576dbfa5 Move http_prefix global var from menu to print header 2023-07-28 11:28:28 +02:00
Alfredo Cardigliano
45ed751ea7 Make set_active_menu_entry clear ranaming it to print_header_and_set_active_menu_entry 2023-07-28 11:02:40 +02:00
Nicolo Maio
ceef19683e Fix host rules and server ports analysis page location. 2023-06-19 15:42:12 +00:00
Nicolò Maio
fbae5e861b
Add Server Ports Analysis page. (#7493) (#7498)
* Add Server Ports Analysis page. (#7493)

* Add num hosts in server ports rest. (#7493)

* Fix memory leak and fix GUI bug. (#7493)

* Minor Fix. (#7493)

* Minor fix.

* Minor Fix.

* Fix paths
2023-05-29 16:26:03 +02:00
Luca Deri
625dcb86de Integrated API documentation in left menubar 2023-05-24 17:52:32 +02:00
Nicolo Maio
5f54c64dee Add multicast forwarders. (#7396) 2023-04-17 15:40:40 +02:00
Alfredo Cardigliano
ad30e602e2 Fix style 2023-03-29 18:41:47 +02:00
vannucci
cfbfa3bc2c [nEdge] Add inter-LANs policies #7242 2023-03-06 12:55:29 +00:00
Nicolò Maio
cf8a89a7e1
Add lowerbound and upperbound choice and percentage threshold on host rules. (#6855) (#7238)
* Add lowerbound and percentage threshold on host rules. (#6855)

* Add interface rules. (#6855)

* Added ability to blacklist hosts via Lua API

* Not supposed to be committed

* Method signature change to be called it also from a lua host script

* Fix empty string heck

* Add param check

* Add example listing alerts

* Fix params check

* Fix alert raw queris

* Removed debug code

* MacOS changes

* Updated (C)

* Warning fixes

* Removed sprintf calls

* Added rx_only_hosts classification

* https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Update dist: https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar

* Remove obsoleted comment

* Minor GUI fix. (#6855)

* Fix on alert format. (#6855)

* Minor fix. (#6855)

* Update doc. (#6855)

---------

Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
Co-authored-by: Luca Deri <deri@ntop.org>
Co-authored-by: Alfredo Cardigliano <cardigliano@ntop.org>
Co-authored-by: uccidibuti <vannucci@ntop.org>
2023-02-21 14:37:09 +01:00
MatteoBiscosi
1d728062f7 Fixed various server ports page issues 2023-01-20 18:10:02 +01:00
MatteoBiscosi
adfdb5c973 Added historical page into ports analysis 2023-01-20 11:20:13 +01:00
MatteoBiscosi
4f5e7c83fe Added new ports analysis page 2023-01-19 17:45:07 +01:00
MatteoBiscosi
e8e2627e33 Added server ports to VLANs 2023-01-18 15:36:59 +01:00
Luca Deri
f726b867c7 Updated (C) 2023-01-01 16:37:57 +01:00
Luca Deri
e01a0f7b6f Reworked alerts 2022-12-28 16:33:26 +01:00
MatteoBiscosi
57ffd0a2c9 Moved host rules page into Host menu (#7055) 2022-12-19 12:24:21 +01:00
MatteoBiscosi
60454d5a4d Removed multiple entries from maps entry (#6889) 2022-11-16 18:04:34 +01:00
MatteoBiscosi
52b7ad12ce Fixes datatable reload not hidden 2022-10-26 11:54:06 +02:00
MatteoBiscosi
400a6d217a Moved to new page-navbar 2022-09-15 13:15:27 +02:00
Luca Deri
fa51a2b4e8 Added the ability to upload a pcap file for analysis 2022-09-08 00:46:24 +02:00
Luca Deri
c2a8faeeef Removed outdated top hosts menu entry 2022-09-05 12:19:14 +02:00
Luca
dbbb80dcf0 Added check to avoid including custom files when not present 2022-08-26 08:58:31 +02:00
MatteoBiscosi
94fb01d2f8 Added end of navbar items 2022-08-22 17:31:38 +02:00
MatteoBiscosi
0d921d5ee7 Changed custom-theme css path 2022-08-22 12:04:55 +02:00
Luca Deri
be0847963d Asset changes 2022-08-19 19:42:57 +02:00
MatteoBiscosi
d6471d8dac Added device connection/disconnection alert (#6801) 2022-08-05 10:46:18 +02:00
MatteoBiscosi
42196e01a0 Removed no more needed code 2022-07-21 18:36:09 +02:00
MatteoBiscosi
1dbe27f6b0 Fixes zoneinfo bug in FreeBSD 2022-07-21 18:15:59 +02:00
MatteoBiscosi
6e6de55a73 Possible fix for zoneinfo null 2022-07-21 16:16:07 +02:00
MatteoBiscosi
eca2423552 Removed debug print 2022-07-11 11:06:19 +02:00
MatteoBiscosi
b9f88d9aa9 Fixes influxdb monitor not working (#6723) 2022-07-11 10:47:39 +02:00
MatteoBiscosi
745ee3dd97 Added flow idle timeout description (#6769) 2022-07-08 12:08:21 +02:00
MatteoBiscosi
8dad513a4e Removed telemetry 2022-07-05 15:17:13 +02:00
uccidibuti
27aac40faa Replace type='text/javascript' with type='application/javascript' 2022-06-27 10:48:03 +02:00
uccidibuti
91b67b2941 Fix client zoneinfo 2022-04-29 11:57:15 +02:00
uccidibuti
ab24d05ab9 Timezone Not in Sync with ntopng #6492 2022-04-26 19:13:01 +02:00
Alfredo Cardigliano
17f2c5bc27 Add interface.isSubInterface 2022-03-31 12:10:48 +02:00
MatteoBiscosi
a69cf84eec Unified js cache using the usual standard (#6402) 2022-03-15 13:01:53 +01:00
uccidibuti
085af81aa8 Historical Filters are Lost When Switching Panes #6384 2022-03-14 19:59:27 +01:00
MatteoBiscosi
b629c61e52 Added epoch to js and css included files 2022-03-14 18:15:03 +01:00
MatteoBiscosi
0fa3de1473 Removed debug print 2022-03-10 17:07:37 +01:00
MatteoBiscosi
6af73320ba Fixes double include 2022-03-10 16:43:36 +01:00
MatteoBiscosi
de2f039b96 Removed Rickshaw dependency 2022-03-10 13:19:47 +01:00
MatteoBiscosi
1dfb96c916 Fixes i18n not found 2022-03-07 16:39:22 +01:00