mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Host Flows alert becomes a threshold alert
This commit is contained in:
parent
4afe4328eb
commit
1545dcb73e
5 changed files with 23 additions and 143 deletions
|
|
@ -388,6 +388,7 @@ alert_functions_description = {
|
|||
["packets"] = "Packets delta (sent + received)",
|
||||
["p2p"] = "Layer 2 bytes delta (sent + received) for peer-to-peer detected traffic",
|
||||
["throughput"] = "Average throughput (sent + received) [Mbps]",
|
||||
["flows"] = "Flows (sent + received)",
|
||||
}
|
||||
|
||||
network_alert_functions_description = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue