Remade observation point ID and updated to vue 3.5 #8889

This commit is contained in:
DGabri 2025-01-23 12:30:33 +01:00
parent 6ccd39f2d3
commit 89cfeebc0c
9 changed files with 521 additions and 30 deletions

View file

@ -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"}
}