mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
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
This commit is contained in:
parent
32b5cecf7d
commit
3e14bc30f8
27 changed files with 202 additions and 204 deletions
|
|
@ -968,9 +968,9 @@ function driver:delete(schema_prefix, tags)
|
|||
}, subnet = {
|
||||
tags = {ifid=1, subnet=1},
|
||||
path = function(tags) return getRRDName(tags.ifid, "net:" .. tags.subnet) end,
|
||||
}, rtt_host = {
|
||||
}, am_host = {
|
||||
tags = {ifid=1, host=1, measure=1},
|
||||
path = function(tags) return getRRDName(tags.ifid, "rtt_host:" .. tags.host) end,
|
||||
path = function(tags) return getRRDName(tags.ifid, "am_host:" .. tags.host) end,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue