The name of the list of instances was not specified. Also, fix a line that was longer than 80 characters.
Signed-off-by: Michele Tartara <[email protected]> --- doc/design-monitoring-agent.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/design-monitoring-agent.rst b/doc/design-monitoring-agent.rst index e21f332..49803b4 100644 --- a/doc/design-monitoring-agent.rst +++ b/doc/design-monitoring-agent.rst @@ -246,7 +246,8 @@ upon. The instance status will be on each node, for the instances it is primary for, and its ``data`` section of the report will contain a list -of instances, with at least the following fields for each instance: +of instances, named ``instances``, with at least the following fields for +each instance: ``name`` The name of the instance. @@ -269,8 +270,8 @@ of instances, with at least the following fields for each instance: ``state_reason`` The last known reason for state change of the instance, described according - to the JSON representation of a reason trail, as detailed in the :doc:`reason trail - design document <design-reason-trail>`. + to the JSON representation of a reason trail, as detailed in the :doc:`reason + trail design document <design-reason-trail>`. ``status`` It represents the status of the instance, and its format is the same as that -- 1.8.2.1
