mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
* Add network issues alert. (#6691) * Fix alert subtype. (#6691) * Update default values. (#6691) * Minor fix. (#6691)
This commit is contained in:
parent
9594ddea39
commit
6d2ee3d599
4 changed files with 230 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ local other_alert_keys = {
|
|||
alert_snmp_interface_errors = OTHER_BASE_KEY + 80,
|
||||
alert_snmp_device_traffic_change = OTHER_BASE_KEY + 81,
|
||||
alert_local_host_blacklisted = OTHER_BASE_KEY + 82,
|
||||
alert_network_issues = OTHER_BASE_KEY + 83,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue