Commit graph

4593 commits

Author SHA1 Message Date
gabryon99
b234ae1809 removed unused p tag used as separator 2020-03-30 12:04:16 +02:00
gabryon99
df3d1bd181 implemented blog notification per users 2020-03-30 12:03:22 +02:00
emanuele-f
c5f2303778 Fix bad SNMP interface formatter
Fixes #3659
2020-03-27 17:51:24 +01:00
emanuele-f
35c6c21a15 Add check to avoid "list x has 0 rules" on interrupted shutdowns
Fixes #3468
2020-03-27 17:51:13 +01:00
gabryon99
0904125694 fix for ticket #3645 2020-03-27 17:51:05 +01:00
emanuele-f
93c2ce2b6b Fix errors in RTT hosts import/reset 2020-03-27 14:45:59 +01:00
emanuele-f
31b28823a8 Restore ntopng major version check
Closes #3648
2020-03-27 12:48:08 +01:00
emanuele-f
954b2389ea Fix DHCP ranges cleared when page changes
Fixes #3636
2020-03-27 11:14:38 +01:00
gabryon99
a4bb6f61a1 fix for blog notifications 2020-03-27 11:14:22 +01:00
gabryon99
309e5f251f fix on blog_utils to fetch posts 2020-03-27 11:14:10 +01:00
gabryon99
87b8e1bc10 fixed issue #3638 2020-03-27 11:14:04 +01:00
gabryon99
e4846fa1a0 fix order menu help 2020-03-27 11:13:56 +01:00
gabryon99
e12e78822d fix for ticket #3640 and add suggest feature link 2020-03-27 11:13:42 +01:00
emanuele-f
bc28fb203b Add missing filter hosts filter item hightlight 2020-03-27 10:57:16 +01:00
emanuele-f
ed2c59f0d6 Fix score sort errors while going back to community mode
Fixes #3635
2020-03-27 10:57:10 +01:00
emanuele-f
002f346784 Fix SyslogParserInterface plugins loading 2020-03-27 10:55:46 +01:00
emanuele-f
1a76dcc888 Improve plugins reload to avoid transient errors
A "shadow directory" is now populated when the reload occurs and then swapped as the active directory.
This avoids breaking the directory structure or changing files when other threads are possibly working
on them.

Fixes #3595
2020-03-27 10:54:45 +01:00
Simone Mainardi
6d3ebbca6a Renames alert_config to user_script_config 2020-03-26 14:52:23 +01:00
emanuele-f
4ed0491edf Fix ntopng updates broken with italian language
Js strings must be enclosed in double quotes to prevent these errors.
2020-03-25 16:11:41 +01:00
emanuele-f
4f89cef7a2 Remove historical flow explorer link for score alerts
Host having an high score does not imply that the host has alerted flows. When no
flow alerts are present, adding a link to the explorer is wrong.
2020-03-25 15:43:40 +01:00
emanuele-f
2b392b713b Add nil checks 2020-03-25 14:41:44 +01:00
Luca Deri
ad46e3f3c8 Fix for blog event badges 2020-03-25 09:52:22 +01:00
Simone Mainardi
e7aed5f824 Handles non-localized flow status titles 2020-03-24 23:00:56 +01:00
emanuele-f
b4b3a85e77 Blog notifications fix 2020-03-24 17:15:40 +01:00
gabryon99
badc9af8f8 fix for system view 2020-03-24 17:13:37 +01:00
emanuele-f
1de2336892 Fix for system interface name 2020-03-24 12:20:02 +01:00
gabryon99
f87db8ec27 added windows check rtt in host details 2020-03-23 19:45:57 +01:00
gabryon99
23c7fd869c added message on rtt add 2020-03-23 18:10:58 +01:00
gabryon99
253f73dea6 fixed typo 2020-03-23 17:40:49 +01:00
gabryon99
7e079bc506 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-03-23 17:38:40 +01:00
gabryon99
7479582210 fix system view and add rtt host from host_details 2020-03-23 17:38:22 +01:00
emanuele-f
4f3eb5d3a1 Move user script view button to separate column 2020-03-23 17:02:01 +01:00
emanuele-f
ed338ee14a Extend max hosts idle timeout to 1 week 2020-03-23 16:39:12 +01:00
emanuele-f
66cbf2c436 Rmove hardcoded blacklisted status ID
Fixes #3613
2020-03-23 12:51:01 +01:00
emanuele-f
a8c049b58f Add check for possibly nil ts value
Should address #3605
2020-03-23 12:40:44 +01:00
gabryon99
ae2fa3af21 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-03-23 12:35:42 +01:00
gabryon99
5eff6713d3 fix for ticket #3609 2020-03-23 12:35:23 +01:00
emanuele-f
75e7858cbc Fix RTT alerts not released when RTT host is deleted
Fixes #3608
2020-03-23 12:31:44 +01:00
emanuele-f
f5ea87910a Fix bad RTT timeseries metric and avoid HTTP 100
Should address #3603
2020-03-23 11:58:30 +01:00
gabryon99
6de4b249b0 localized blog section 2020-03-23 11:09:32 +01:00
gabryon99
84254e69a4 refactored new system interface logic 2020-03-23 11:03:40 +01:00
gabryon99
c0f30310f7 fix for system view 2020-03-23 10:29:45 +01:00
gabryon99
654ea9ec08 added startup epoch 2020-03-23 09:42:11 +01:00
gabryon99
d9dc4d1ca4 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-03-22 23:53:03 +01:00
gabryon99
b1251aef5f created blog notification 2020-03-22 23:52:59 +01:00
Simone Mainardi
d8d6c70d5b Removes async from js loading which was breaking certain pages 2020-03-22 21:05:43 +01:00
gabryon99
80c151e764 minified popper js 2020-03-22 13:02:48 +01:00
gabryon99
e7b502b27b minified css to speed up loading 2020-03-22 12:28:55 +01:00
gabryon99
49c01bffb0 Merge branch 'dev' of https://github.com/ntop/ntopng into dev 2020-03-21 15:57:51 +01:00
gabryon99
26ba1c4df2 fix for system view 2020-03-21 15:56:02 +01:00