Cleanup remaining references to RTT

This commit is contained in:
emanuele-f 2020-04-20 12:21:39 +02:00
parent 241a0bc2e8
commit 0be2da4f57
26 changed files with 253 additions and 254 deletions

View file

@ -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,
}