diff options
author | Guillaume Abrioux <gabrioux@ibm.com> | 2024-01-31 15:23:44 +0100 |
---|---|---|
committer | Guillaume Abrioux <gabrioux@ibm.com> | 2024-01-31 15:23:44 +0100 |
commit | b7c0a6a5b0e7d6ba063e1dd1715f938ecf7ec55d (patch) | |
tree | 362cde780ebc4586e074df784cc83787f88fa85c /doc/monitoring | |
parent | agent/node-proxy: fix wrong host name used in data endpoint (diff) | |
download | ceph-b7c0a6a5b0e7d6ba063e1dd1715f938ecf7ec55d.tar.xz ceph-b7c0a6a5b0e7d6ba063e1dd1715f938ecf7ec55d.zip |
doc: add node-proxy documentation
This commit adds some documentation about the
'hardware inventory / monitoring' feature (node-proxy agent).
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
Diffstat (limited to 'doc/monitoring')
-rw-r--r-- | doc/monitoring/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/monitoring/index.rst b/doc/monitoring/index.rst index 2bf2aca90f2..3f0bb29194b 100644 --- a/doc/monitoring/index.rst +++ b/doc/monitoring/index.rst @@ -470,5 +470,8 @@ Useful queries rate(ceph_rbd_read_latency_sum[30s]) / rate(ceph_rbd_read_latency_count[30s]) * on (instance) group_left (ceph_daemon) ceph_rgw_metadata +Hardware monitoring +=================== +See :ref:`hardware-monitoring` |