Commit graph

458 commits

Author SHA1 Message Date
emanuele-f
66b024c21d Generate alerts when a quota is exceeded 2018-02-23 15:29:28 +01:00
emanuele-f
0f198dd638 Trigger an informative alert when an host pool is activated/deactivated
Closes #1363
2018-02-22 15:26:30 +01:00
emanuele-f
f8d7677710 Add per-user default policy and change policy application order.
The order is now the following

1) User protocol policy
2) User category policy
3) User default policy

The "not assigned" user policies are not a fallback any more.
They are only applied on not assigned devices.
2018-02-21 17:05:46 +01:00
emanuele-f
8ff93579aa Implement informative alert when a new MAC address is observed/re-seen/disappears
Implements #1659
2018-02-21 12:42:01 +01:00
emanuele-f
965b6ac2d6 Add per IP shaper rate fields 2018-02-20 15:06:04 +01:00
Simone Mainardi
3ef543fecd Implements per-AS nw latency stats rrds 2018-02-05 18:32:13 +01:00
emanuele-f
f824c94358 nedge bridge changes 2018-02-01 14:35:09 +01:00
emanuele-f
51b3bdba3f Implement blacklisted hosts filter.
Implements #1639
2018-01-30 16:35:17 +01:00
Emanuele Faranda
aac7ba2343 Add possibility to see the traffic report in server local time 2018-01-29 08:49:39 -05:00
emanuele-f
9159525df0 nedge gateways changes 2018-01-25 17:53:49 +01:00
emanuele-f
ca21850b12 Add nedge device shutdown and reboot dialogs 2018-01-24 17:51:47 +01:00
Luca Deri
f9c30db72b Extended lint to CIDR 2018-01-21 12:17:34 +01:00
Luca Deri
d7c8fbeff1 SNMP protocol version is now set in preferences 2018-01-21 08:14:28 +01:00
emanuele-f
2943249f2f Prevent critical protocols policing 2018-01-17 14:39:26 +01:00
emanuele-f
b787a0166e nedge localization and parameters 2018-01-16 14:14:30 +01:00
emanuele-f
77c4625845 nedge policy improvements 2018-01-11 18:36:48 +01:00
emanuele-f
9f556d18b5 Add global preference to forge DNS 2018-01-10 11:58:12 +01:00
Simone Mainardi
535d4f7cf7 Refreshes TZ upon changes 2018-01-09 17:23:21 +01:00
emanuele-f
a920a3a6f8 nedge localization and parameters 2018-01-09 11:40:26 +01:00
Simone Mainardi
dcb9abc640 Implements nEDGE timezone functions 2018-01-05 12:54:02 +01:00
emanuele-f
8ad7b4ce08 Quotas fixes and improvements
- Fix concurrency issue while resetting quotas
  - Fix quota serialization issues
  - Add missing total stats serialization
  - Add per-pool quotas reset
  - Fix missing string cast on cross application quotas
  - Fix quota reset after midnight when ntopng is restarted
2018-01-05 10:16:50 +01:00
emanuele-f
665f7bf8c5 nedge dhcp static leases 2018-01-03 13:35:20 +01:00
emanuele-f
a538fd4df1 Add Quad 9 secure DNS 2018-01-02 10:37:33 +01:00
emanuele-f
378cc54abf Expose conversion from ndpi category id to category name 2017-12-29 19:20:42 +01:00
Emanuele Faranda
9824678e66 nedge factory reset localization 2017-12-29 10:08:23 +01:00
emanuele-f
2be40c13d2 nedge DHCP server parameters and localization 2017-12-27 18:18:35 +01:00
emanuele-f
28492c5cfd nedge recovery ip parameters and localization 2017-12-27 17:17:34 +01:00
emanuele-f
3f9a1aad90 nedge DNS parameters and localizations 2017-12-27 16:28:30 +01:00
emanuele-f
951f602102 nedge network configuration localization 2017-12-21 13:47:06 +01:00
emanuele-f
34a9683c14 Add nedge routing validation 2017-12-21 11:43:13 +01:00
emanuele-f
8026ed6f14 nedge localization 2017-12-20 19:17:32 +01:00
Simone Mainardi
5b490b5a43 Adds lint and locales for nEDGE interfaces 2017-12-20 17:28:33 +01:00
emanuele-f
c2fbfc01b8 nedge localization 2017-12-20 16:30:26 +01:00
emanuele-f
96522a4fc3 Extend multiple choice buttons widget 2017-12-20 15:45:35 +01:00
emanuele-f
9377e25f4f Localization strings for nedge 2017-12-20 13:10:50 +01:00
emanuele-f
6329023a4c Add lan and wan interfaces parameters 2017-12-19 16:23:52 +01:00
Simone Mainardi
1c0fbabda9 Validates 'discard' action for nEdge 2017-12-19 15:11:11 +01:00
Simone Mainardi
16dd827781 Reworks nEdge boot operations 2017-12-19 14:46:46 +01:00
Simone Mainardi
3c83a73602 Handles save/discard nEdge config 2017-12-18 15:42:10 +01:00
emanuele-f
a17874fd67 Make DNS enforcement a radio 2017-12-15 15:45:20 +01:00
Simone Mainardi
f25c6b6724 Makes informative dropped flows alerts configurable 2017-12-14 19:11:18 +01:00
Simone Mainardi
754377d372 Implements remote-to-remote flows alerts 2017-12-12 13:16:46 +01:00
Simone Mainardi
2e6fa7cf27 Per-category flow filtering capabilities 2017-12-11 20:18:55 +01:00
emanuele-f
bffd2db88f Move quotas bars javascript to separate file 2017-12-07 17:57:35 +01:00
emanuele-f
0d433df91b Fix default policy user logic
To determine the policy to apply, the following rules are checked in this order:

1) A pool specific policy on the protocol exists? Use it
2) A default pool policy on the protocol exists? Use it
3) A pool specific policy on the category exists? Use it
4) A defaul pool policy on the category exists? Use it
5) Use the global policy
2017-12-07 13:46:47 +01:00
emanuele-f
505d209319 Add nedge2 configure parameter 2017-12-06 12:08:36 +01:00
emanuele-f
9a248fbfeb Add forge global dns pool detail 2017-12-05 18:10:49 +01:00
emanuele-f
e3941556ae Initial nedge2 lua page setup 2017-12-05 12:53:59 +01:00
Luca Deri
bbe361377a Added missing toggle_local check 2017-12-03 18:11:59 +01:00
Luca Deri
32bee91c83 Added HREF from flows info to flow lists according to flow exporter/interfaces
Improved flow drops report in interfaces
For ZMQ interfaces throughtput is computed with frequency not les than 5 sec to avoid inaccurate computation
2017-11-18 15:47:34 +01:00