mirror of https://gitee.com/bigwinds/arangodb
use _system database in /_admin/cluster/health (#8898)
This commit is contained in:
parent
d51aec7914
commit
900c23fda7
|
@ -572,7 +572,7 @@ actions.defineHttp({
|
|||
|
||||
var options = { timeout: 5 };
|
||||
var op = ArangoClusterComm.asyncRequest(
|
||||
'GET', value, req.database, '/_api/agency/config', '', {}, options);
|
||||
'GET', value, '_system', '/_api/agency/config', '', {}, options);
|
||||
var r = ArangoClusterComm.wait(op);
|
||||
|
||||
if (r.status === 'RECEIVED') {
|
||||
|
|
Loading…
Reference in New Issue