mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Generate alerts when a quota is exceeded
This commit is contained in:
parent
99a812eca9
commit
66b024c21d
7 changed files with 120 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ for _, ifname in pairs(interface.getIfNames()) do
|
|||
-- Remove the active devices and pools keys
|
||||
deleteActiveDevicesKey(ifid)
|
||||
deleteActivePoolsKey(ifid)
|
||||
|
||||
-- Note: we do not delete this as quotas are persistent across ntopng restart
|
||||
--deletePoolsQuotaExceededItemsKey(ifid)
|
||||
end
|
||||
|
||||
-- ##################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue