From 48b2d856a5523748525639e832d23eebf9385d0e Mon Sep 17 00:00:00 2001 From: Nicholas Kuechler Date: Wed, 23 Oct 2024 09:51:43 -0500 Subject: [PATCH] docs: adds link to oslo_messaging_notifications documentation Change-Id: I1bf907247559c9945def34dc1b7fccb634324636 --- doc/source/admin/drivers/redfish/metrics.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/admin/drivers/redfish/metrics.rst b/doc/source/admin/drivers/redfish/metrics.rst index 30f4b1b55e..9bc720403e 100644 --- a/doc/source/admin/drivers/redfish/metrics.rst +++ b/doc/source/admin/drivers/redfish/metrics.rst @@ -25,6 +25,9 @@ updates: backend = collector +A full list of ``[oslo_messaging_notifications]`` configuration options can be found in the +`oslo.messaging documentation `_ + The payload of each notification is a mapping where keys are sensor types (``Fan``, ``Temperature``, ``Power`` or ``Drive``) and values are also mappings from sensor identifiers to the sensor data.