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

@ -486,9 +486,9 @@ end
-- ##############################################
function alerts_api.pingedHostEntity(host)
function alerts_api.amThresholdCrossEntity(host)
return {
alert_entity = alert_consts.alert_entities.pinged_host,
alert_entity = alert_consts.alert_entities.am_host,
alert_entity_val = host
}
end