Commit graph

461 commits

Author SHA1 Message Date
emanuele-f
ae07188dd7 Don't delete per-hour stats and handle form submit button 2020-04-29 11:54:49 +02:00
gabryon99
4908050738 fix edit widgets 2020-04-28 00:08:32 +02:00
gabryon99
ab0c7ae440 fix for multibar widget 2020-04-27 21:07:02 +02:00
gabryon99
22b716b4f1 widgets working progress 2020-04-27 18:00:39 +02:00
emanuele-f
d1ae6b545a Improve last point add logic for active monitoring
Now the point is only added if the current time is contained between the last update and the next
expected update
2020-04-27 10:49:44 +02:00
emanuele-f
345b202975 Split 95th percentile by direction 2020-04-24 18:24:57 +02:00
emanuele-f
c1a1ff54da Split SNMP and AS traffic directions in charts 2020-04-24 17:33:38 +02:00
emanuele-f
4309248829 Add extra point in the active monitoring chart 2020-04-24 11:38:44 +02:00
gabryon99
df95482829 add animation and live update to table and pie widgets 2020-04-22 23:46:03 +02:00
gabryon99
42741c2d9d add empty data check to pie widget 2020-04-22 19:25:53 +02:00
gabryon99
b0685a4142 fix for donut widget 2020-04-22 19:16:09 +02:00
gabryon99
747980cf45 migrating widgets to nvd3 2020-04-22 18:11:08 +02:00
Luca Deri
1c76667b21 Widgets update 2020-04-21 19:17:00 +02:00
emanuele-f
f10716fd17 Chart host unreachable data points as red lines
Needed for #3777
2020-04-21 15:49:25 +02:00
emanuele-f
f1bc38b24f Extend fmillis function to two decimals precision
Fixes #3793
2020-04-21 11:07:37 +02:00
gabryon99
4717dc89a5 remove hard coded css elements
fix #3801
2020-04-20 15:36:56 +02:00
gabryon99
4caea8fcb1 updates for widgets 2020-04-19 11:55:11 +02:00
Luca Deri
17bbfb7c78 Widget improvements 2020-04-18 21:26:35 +02:00
gabryon99
6f3a9ee3e5 added js plugin widgets for testing purposes 2020-04-17 20:20:24 +02:00
gabryon99
176e3d7c29 fix key rendering in widegts list and added get_widget inside widget_utils 2020-04-17 20:19:25 +02:00
emanuele-f
fae050b90a Fix js error
After b4c07479dd
2020-04-16 16:58:42 +02:00
Simone Mainardi
b4c07479dd Cleanup unused fbits parameter
Fixes #3767
2020-04-16 11:17:52 +02:00
emanuele-f
aa2ad9c66e Remove fmbit js function.
The value_js_formatter is now used to format the measurement value in the datatable
2020-04-16 10:55:43 +02:00
gabryon99
1e5376da95 reworked script editor page 2020-04-15 23:07:05 +02:00
emanuele-f
c6b43f1af3 Pass client timezone as a cookie to properly format time 2020-04-15 17:44:08 +02:00
emanuele-f
5680cb1a04 Fix speedtest chart unit 2020-04-15 11:03:50 +02:00
emanuele-f
0ad1b65512 Add plugins support for httpdocs, HTML templates and Lua modules
Such resources can be placed into the following plugin subdirs:

- ./httpdocs: javascript, css and similar, see plugins_utils.getHttpdocsDir
- ./modules: Lua modules, see plugins_utils.loadModule
- ./templates: HTML templates, see plugins_utils.renderTemplate
2020-04-14 17:53:25 +02:00
Luca Deri
0a80fa663e Widget and datasource improvements 2020-04-13 22:08:07 +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
3ea0f7d17f Datasoruce and widget JS 2020-04-13 16:14:37 +02:00
emanuele-f
6193b75d5f Initial support for speedtest active monitoring 2020-04-10 19:29:11 +02:00
emanuele-f
937c52d3ee Fix invalid RTT host reported in alert and periodicity selection
Fixes #3737
2020-04-10 15:29:09 +02:00
emanuele-f
c83d622ad4 Fix RTT granularity selection and value rendering 2020-04-10 13:19:21 +02:00
emanuele-f
306a253693 Implement extensible RTT modules 2020-04-10 13:09:30 +02:00
emanuele-f
21a7080dfe Add ability to specify granularity on RTT hosts
Closes #3679
2020-04-09 13:02:58 +02:00
gabryon99
9bc45e1cac fix for hosts geomap 2020-04-08 23:37:36 +02:00
emanuele-f
d0ba121a5e Rework flows table update
The update of multiple flows is now performed in a single AJAX request,
reducing the performance impact.

Closes #3660
2020-04-07 16:56:14 +02:00
Alfredo Cardigliano
784fe7d0ce Syslog log producers configuration page js 2020-04-03 16:20:40 +00:00
gabryon99
e8b1c7b192 reworker blog notification system 2020-04-03 17:12:43 +02:00
emanuele-f
e144369ecb Fix for null p causing notification error 2020-04-03 11:01:41 +02:00
gabryon99
633ee3096d reworked blog notifications
now the notification are stored in redis and not anymore in browser local storage
2020-04-02 23:04:03 +02:00
gabryon99
2fa848cad5 fix middle click notification blog 2020-04-02 17:38:56 +02:00
gabryon99
5257c49bf3 add middle click detection for blog notifications 2020-03-31 22:14:13 +02:00
gabryon99
72cefbd9c9 fix for ticket #3667 2020-03-30 13:59:47 +02:00
gabryon99
953c6cd40f fix fort ticket #3622, removed debug logs 2020-03-30 11:44:20 +02:00
gabryon99
bb83507526 fix for ticket #3650 2020-03-30 11:02:42 +02:00
gabryon99
e486d05058 implemented blog notification per users 2020-03-27 17:46:13 +01:00
gabryon99
02fe8513e1 fix for ticket #3437 and #3652 2020-03-27 15:24:52 +01:00
gabryon99
d83da90f01 fix for blog notification size 2020-03-26 18:23:06 +01:00
gabryon99
3257141d2e moved icon external link 2020-03-25 09:19:52 +01:00