mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Remade observation point ID and updated to vue 3.5 #8889
This commit is contained in:
parent
6ccd39f2d3
commit
89cfeebc0c
9 changed files with 521 additions and 30 deletions
|
|
@ -342,6 +342,13 @@ local rest_utils = {
|
|||
str = "MAX_SNMP_DEVICES_NUM_REACHED"
|
||||
},
|
||||
|
||||
-- ZMQ flag --encryption not present at startup
|
||||
zmq_encryption_disabled = {
|
||||
http_code = 503,
|
||||
rc = -58,
|
||||
str= "IFACE_ENCRYPTION_NOT_PRESENT"
|
||||
},
|
||||
|
||||
-- Checks
|
||||
not_enabled = {http_code = 400, rc = -2, str = "NOT_ENABLED"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue