mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Added error in case ClickHouse is missing (#9946)
This commit is contained in:
parent
0948f70a89
commit
22ddfdcca4
2 changed files with 7 additions and 0 deletions
|
|
@ -323,6 +323,12 @@ local rest_utils = {
|
|||
str = "ADD_POOL_FAILED_TOO_MANY_POOLS_ENTERPRISE"
|
||||
},
|
||||
|
||||
clickhouse_missing = {
|
||||
http_code = 409,
|
||||
rc = -61,
|
||||
str = "CLICKHOUSE_MISSING"
|
||||
},
|
||||
|
||||
-- nEdge
|
||||
dhcp_active_leases_not_nedge = {
|
||||
http_code = 409,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue