mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Cleanup remaining references to RTT
This commit is contained in:
parent
241a0bc2e8
commit
0be2da4f57
26 changed files with 253 additions and 254 deletions
|
|
@ -93,7 +93,7 @@ function script.hooks.min(info)
|
|||
|
||||
-- The alert entity must be built manually for system scripts
|
||||
local alert_entity = {
|
||||
alert_entity = alert_consts.alert_entities.pinged_host,
|
||||
alert_entity = alert_consts.alert_entities.am_host,
|
||||
alert_entity_val = info.user_script_config.ip_address,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue