mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Allows alerts to be configured on view interfaces
This commit is contained in:
parent
893073dcd6
commit
5270d09490
4 changed files with 5 additions and 6 deletions
|
|
@ -646,8 +646,7 @@ function areAlertsEnabled()
|
|||
end
|
||||
|
||||
function mustScanAlerts(ifstats)
|
||||
-- can't alert on view interfaces as checkpoints will collide for their underlying real interfaces
|
||||
return areAlertsEnabled() and not ifstats["isView"]
|
||||
return areAlertsEnabled()
|
||||
end
|
||||
|
||||
function hasAlertsDisabled()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue