Commit graph

8674 commits

Author SHA1 Message Date
MatteoBiscosi
7e0978a6be Added snmp timeseries id 2022-11-18 18:25:01 +01:00
MatteoBiscosi
6e4bfa50c6 Added top SNMP interfaces traffic ts 2022-11-18 18:23:29 +01:00
MatteoBiscosi
17b17de74f Added SNMP consts.lua 2022-11-18 18:11:25 +01:00
uccidibuti
23d4d09a10 Restyle timeseries 2022-11-18 10:45:04 +01:00
Alfredo Cardigliano
5aedbf96d3 Log bad IPs in lists using a normal level instead of warning 2022-11-18 09:09:18 +01:00
MatteoBiscosi
60454d5a4d Removed multiple entries from maps entry (#6889) 2022-11-16 18:04:34 +01:00
Alfredo Cardigliano
41b62e09ba Cleanup 2022-11-16 15:07:44 +01:00
MatteoBiscosi
4bc150e7c9 Removed debug tprint 2022-11-16 11:33:11 +01:00
MatteoBiscosi
b6692f3fea Added TCP Packets issues check (#6899) 2022-11-16 11:28:16 +01:00
Alfredo Cardigliano
4d01430a85 Add missing ifid param 2022-11-11 18:23:46 +01:00
Matteo Biscosi
76ad7a3b4f Fixes attempt to index nil value 2022-11-11 17:40:28 +01:00
MatteoBiscosi
db32c0c67a Moved tcp issues generci alert 2022-11-11 12:41:42 +01:00
MatteoBiscosi
4ee36c721f Removed still not implemented check (#6977) 2022-11-11 12:26:34 +01:00
Matteo Biscosi
49b0d0bbee Fixes netplan configuration error 2022-11-11 12:19:25 +01:00
Alfredo Cardigliano
ea86426dbc Fix access to pro feature 2022-11-10 17:53:05 +01:00
Matteo Biscosi
0f51b329b0 Added support to multi LAN and fixes DHCP service error 2022-11-10 17:50:27 +01:00
Alfredo Cardigliano
1388245f6b Hide alert disable button with ntopng <M 2022-11-10 16:23:19 +01:00
Alfredo Cardigliano
f9cb0c7b2d Code cleanup 2022-11-10 15:54:17 +01:00
MatteoBiscosi
4ed6ae9d8a Reworked host packets page and removed dscp page 2022-11-09 16:44:12 +01:00
MatteoBiscosi
c03a1d9629 Added id check to timeseries 2022-11-09 11:20:41 +01:00
MatteoBiscosi
5206650209 Removed DSCP timeseries 2022-11-08 17:41:59 +01:00
MatteoBiscosi
47cb8dac30 Updated available timeseries 2022-11-08 17:41:48 +01:00
MatteoBiscosi
4624d07289 Updated timeseries list and added tops 2022-11-08 16:57:17 +01:00
MatteoBiscosi
5c93cfe76b Added other timeseries to the new pages 2022-11-08 11:16:55 +01:00
MatteoBiscosi
2daaedb5ed Updated timeseries pages 2022-11-07 18:30:43 +01:00
uccidibuti
9c004f1ab7 Restyle timeseries: restyle consts.lua; add new network_details page; restyle page-stats props 2022-11-07 16:23:40 +01:00
MatteoBiscosi
1d2bd8de20 Fixes wrong traffic disaggregation renaming #6957 2022-11-07 11:56:41 +01:00
MatteoBiscosi
fb023f68c6 Fixes unable to remove users #6958 2022-11-07 11:13:31 +01:00
MatteoBiscosi
b7cb9a3481 Possible fix for issue #6962 2022-11-07 10:55:50 +01:00
MatteoBiscosi
05e5b50662 Possible fix for issue #6962 2022-11-07 10:22:52 +01:00
Luca
11cff335b0 Improvements for handlign Cisco NBAR collection 2022-11-05 22:18:32 +01:00
MatteoBiscosi
2a0254ace3 Fixes nil value 2022-11-04 19:19:07 +01:00
MatteoBiscosi
784eae3c8b Fixes nil interface ifid 2022-11-04 18:21:54 +01:00
Luca
a36d99e75c Typo 2022-11-04 13:02:05 +01:00
Luca
a322c4a27d Added tracings 2022-11-04 12:29:16 +01:00
uccidibuti
2bcbcf52b1 render new timeseries page in ntopng community and > pro for mac, interface and host 2022-11-04 09:47:52 +01:00
uccidibuti
767ad26af5 Add metrics rest for mac 2022-11-04 09:43:02 +01:00
uccidibuti
d90b4ab69b Add new function to render new timeseries page 2022-11-04 09:42:28 +01:00
uccidibuti
186b617072 Move ts business logic in ts_rest_utils.lua 2022-11-04 09:42:01 +01:00
MatteoBiscosi
f6d4846a17 Fixes nil value in host details 2022-11-03 11:56:31 +01:00
Luca
686112d3eb Initial implementation of host check rules. This is work in progress and ** subject to change **
Under the network interface -> Wheel there's a new field named "JSON Host Rules"
that can accept JSON in the format below:

- target can be * (= all local hosts) or a specific IP address
- frequency can be hourly or daily and it specifies the timeperiod on which the condition is evaluated
- metric can be set to bytes, score or a L7 protocol supported in nDPI
- threshold is the numerical value over which the alert is triggered

[
{ "target": "*",  "frequency": "hourly", "metric": "bytes",  "threshold": 354333 },
{"target": "146.48.56.79","metric": "AmazonAWS","frequency": "daily","threshold": 5000 }
]
2022-11-02 19:00:45 +01:00
Luca
71063cc347 Added module for checking host thresholds 2022-11-01 21:05:06 +01:00
Luca
fd31d0eab9 Displayed the custom network name if set 2022-11-01 09:25:51 +01:00
Luca
ccd1921a42 Added symbolic host name if present 2022-11-01 09:11:45 +01:00
Alfredo Cardigliano
fd4fde2e24 Fix Manage Data / Delete Host Data with ClickHouse 2022-10-31 15:59:10 +01:00
Luca
96806e2076 Improved ports formatting 2022-10-30 20:58:38 +01:00
Luca Deri
45b7a1c931 Reworked local hosts port handling 2022-10-29 14:19:57 +02:00
MatteoBiscosi
28de65717e Removed no more used hyperlink 2022-10-28 12:27:32 +02:00
MatteoBiscosi
a26108f8ad Fixes some visual bugs in the traffic page 2022-10-28 12:27:19 +02:00
MatteoBiscosi
7692a0aa3d Reworked host traffic page adding vue 2022-10-27 23:33:33 +02:00