gabryon99
25645e6add
improved page style and added a layout to am notes
2020-08-14 09:17:11 +02:00
gabryon99
e9ec62b9d3
fixed broken link for active monitoring pools
2020-07-30 15:42:56 +02:00
gabryon99
5ad922c722
add am pool filtering
2020-07-23 12:12:26 +02:00
gabryon99
2c27297ed3
add host pool members page
2020-07-20 11:50:44 +02:00
gabryon99
1a72ce58c8
add select inside active monitoring for am pools
2020-07-15 15:01:07 +02:00
Simone Mainardi
08440cf324
Fixes wrong interface displayed on active monitoring
...
Fixes #3965
2020-05-20 16:22:57 +02:00
emanuele-f
bc9821278c
Migrate scripts-list-utils.js to modal-utils.js
...
Addresses #3861
2020-05-19 11:11:52 +02:00
Emanuele Faranda
ac03865c01
Move active monitoring dialogs to template files ( #3929 )
2020-05-13 17:22:00 +02:00
Simone Mainardi
18bf6fa3d5
Fixes alerted active monitoring hosts not reported as alerted
...
Fixes #3904
2020-05-08 17:47:33 +02:00
Simone Mainardi
33196fdc41
Hides RTT/Jitter when measure is at zero
...
Fixes #3912
2020-05-08 17:01:30 +02:00
Luca Deri
7d345603c7
Removed redundant data in availability column
2020-05-08 12:13:43 +02:00
gabryon99
ea1c60c99c
check for duplicated name in endpoint notification list
...
fix #3898
2020-05-07 16:51:03 +02:00
emanuele-f
d296210aa6
Improve active monitoring configuration import logic
...
Existing hosts are now preserved as the logic now relies on the add/edit active monitoring host API.
Addresses #3903
2020-05-07 15:50:08 +02:00
gabryon99
24d85fa8ec
fixed import modal active monitoring
2020-05-06 20:18:45 +02:00
emanuele-f
c9b464cd5b
Show jitter information for continuous ping
2020-05-04 11:11:17 +02:00
emanuele-f
e75b453cb0
Remove confusing placeholders
2020-04-29 17:48:28 +02:00
emanuele-f
ae0633dd1a
Set maximum threshold value for continuous ping
2020-04-29 17:20:24 +02:00
gabryon99
051cf67dc5
removed hardcocded string from active monitoring js
...
fix #3581
2020-04-29 13:06:21 +02:00
emanuele-f
ae07188dd7
Don't delete per-hour stats and handle form submit button
2020-04-29 11:54:49 +02:00
gabryon99
d913752117
added alert filtering to active monitoring
2020-04-28 20:49:08 +02:00
emanuele-f
675d8ce8ab
Drop hour stats when the host is edited
2020-04-28 15:33:42 +02:00
emanuele-f
2648ae372f
Rename measure in metric for active monitoring ts
...
Closes #3837
2020-04-27 14:36:30 +02:00
gabryon99
fad9ce6542
add new i18n string for active monitoring
2020-04-24 19:57:24 +02:00
Luca Deri
13e5257c16
Availability hours are not returned as integer array
2020-04-23 21:38:16 +02:00
Luca Deri
069268fc15
Added 24H Availability
2020-04-23 18:33:45 +02:00
emanuele-f
7bd499adb9
Add host availability percentage
2020-04-23 16:06:18 +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
c750a8422e
Recheck the alert when a monitored host config changes
2020-04-21 10:33:06 +02:00
emanuele-f
0be2da4f57
Cleanup remaining references to RTT
2020-04-20 12:21:39 +02:00
Luca Deri
9fa3cf436c
Added alert icon next to active measurements that exceed the threshold
2020-04-19 15:20:40 +02:00
emanuele-f
aab41dd66e
Display Active Monitoring menu entry even when disabled
2020-04-17 16:00:20 +02:00
emanuele-f
0968c7b984
Rename active monitoring timeseries
2020-04-17 12:41:21 +02:00
emanuele-f
ab82d57ca4
Remove assigned unique measurements instead of disabling them
2020-04-16 17:58:10 +02:00
Simone Mainardi
f126595d0e
Changes i18n labels from rtt to active monitoring
...
Fixes #3768
2020-04-16 12:59:41 +02:00
emanuele-f
a5709eadd3
Change active monitoring notes
2020-04-16 12:42:19 +02:00
emanuele-f
a3ff00584a
Fix download active monitoring metric label
2020-04-16 11:08:28 +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
emanuele-f
81232c2338
Fix RTT chart menu entry label
2020-04-15 18:13:34 +02:00
emanuele-f
4bd04e7e4c
Delete old timeseries when monitoring granularity is changed
2020-04-15 10:52:38 +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
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