mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Define new alert cloud_disconnected
This commit is contained in:
parent
d8955d355f
commit
dab5aeba99
6 changed files with 81 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ local other_alert_keys = {
|
|||
alert_mac_ip_association_change = OTHER_BASE_KEY + 16,
|
||||
alert_misbehaving_flows_ratio = OTHER_BASE_KEY + 17,
|
||||
alert_misconfigured_app = OTHER_BASE_KEY + 18,
|
||||
alert_new_device = OTHER_BASE_KEY + 19, -- No longer used
|
||||
alert_cloud_disconnected = OTHER_BASE_KEY + 19,
|
||||
alert_nfq_flushed = OTHER_BASE_KEY + 20,
|
||||
alert_none = OTHER_BASE_KEY + 21, -- No longer used
|
||||
alert_periodic_activity_not_executed = OTHER_BASE_KEY + 22,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue