Add JSON health to cluster data

This commit is contained in:
2023-02-15 15:16:02 -05:00
parent 8565cf26b3
commit f4eef30770
4 changed files with 36 additions and 3 deletions

View File

@ -569,6 +569,7 @@ class ZKSchema(object):
"domain": f"{_schema_root}/domains",
"network": f"{_schema_root}/networks",
"storage": f"{_schema_root}/ceph",
"storage.health": f"{_schema_root}/ceph/health",
"storage.util": f"{_schema_root}/ceph/util",
"osd": f"{_schema_root}/ceph/osds",
"pool": f"{_schema_root}/ceph/pools",