mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add usage metric in SNMP devices rules.
This commit is contained in:
parent
8e405d760f
commit
d537a71781
7 changed files with 48 additions and 153 deletions
|
|
@ -102,7 +102,7 @@ local other_alert_keys = {
|
|||
alert_host_pool_rule_threshold_crossed = OTHER_BASE_KEY + 89,
|
||||
alert_cidr_rule_threshold_crossed = OTHER_BASE_KEY + 90,
|
||||
alert_system_error = OTHER_BASE_KEY + 91,
|
||||
alert_port_avg_usages_threshold_crossed = OTHER_BASE_KEY + 92
|
||||
alert_port_avg_usages_threshold_crossed = OTHER_BASE_KEY + 92 -- No longer used
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue