mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add modal SNMP feedback in case the maximum number of SNMP devices is reached.
This commit is contained in:
parent
b5dc9fa373
commit
09b0f52bf6
2 changed files with 8 additions and 0 deletions
|
|
@ -335,6 +335,13 @@ local rest_utils = {
|
|||
str = "DHCP_ACTIVE_LEASES_NOT_ROUTING_MODE"
|
||||
},
|
||||
|
||||
-- MAX_SNMP_DEVICES_NUM_REACHED
|
||||
snmp_device_max_devices_num_reached = {
|
||||
http_code = 400,
|
||||
rc = -57,
|
||||
str = "MAX_SNMP_DEVICES_NUM_REACHED"
|
||||
},
|
||||
|
||||
-- Checks
|
||||
not_enabled = {http_code = 400, rc = -2, str = "NOT_ENABLED"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue