mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue