mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
d9bba4b4b2
commit
d3dda0bb82
38 changed files with 217 additions and 145 deletions
|
|
@ -1532,7 +1532,7 @@ function alert_utils.check_macs_alerts(ifid)
|
|||
alerts_api.store(
|
||||
alerts_api.macEntity(mac),
|
||||
alert_consts.alert_types.alert_device_connection.create(
|
||||
alert_consts.alert_severities.info,
|
||||
alert_consts.alert_severities.notice,
|
||||
name
|
||||
)
|
||||
)
|
||||
|
|
@ -1556,7 +1556,7 @@ function alert_utils.check_macs_alerts(ifid)
|
|||
alerts_api.store(
|
||||
alerts_api.macEntity(mac),
|
||||
alert_consts.alert_types.alert_device_disconnection.create(
|
||||
alert_consts.alert_severities.info,
|
||||
alert_consts.alert_severities.notice,
|
||||
name
|
||||
)
|
||||
)
|
||||
|
|
@ -1695,7 +1695,7 @@ function alert_utils.check_host_pools_alerts(ifid)
|
|||
alerts_api.store(
|
||||
alerts_api.hostPoolEntity(pool),
|
||||
alert_consts.alert_types.alert_host_pool_connection.create(
|
||||
alert_consts.alert_severities.info,
|
||||
alert_consts.alert_severities.notice,
|
||||
pool
|
||||
)
|
||||
)
|
||||
|
|
@ -1715,7 +1715,7 @@ function alert_utils.check_host_pools_alerts(ifid)
|
|||
alerts_api.store(
|
||||
alerts_api.hostPoolEntity(pool),
|
||||
alert_consts.alert_types.alert_host_pool_disconnection.create(
|
||||
alert_consts.alert_severities.info,
|
||||
alert_consts.alert_severities.notice,
|
||||
pool
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue