From 2921874b87c0c4931eafbd4f787f32beba02b875 Mon Sep 17 00:00:00 2001 From: Noah Oblath Date: Fri, 11 Oct 2024 13:33:13 -0700 Subject: [PATCH] [no ci] Doc update --- documentation/source/dl_agent.rst | 2 +- documentation/source/dl_mon.rst | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/documentation/source/dl_agent.rst b/documentation/source/dl_agent.rst index 0a956548..c56214ce 100644 --- a/documentation/source/dl_agent.rst +++ b/documentation/source/dl_agent.rst @@ -92,6 +92,6 @@ For example, ``my.value.0=10`` would add this to the payload:: Authentication ============== -Communication with the RabbitMQ broker requires the broker address and port, and user/password authentication. +Communication with the RabbitMQ broker requires user/password authentication. See :ref:`Authentication` for information on how to specify the broker and authentication information. diff --git a/documentation/source/dl_mon.rst b/documentation/source/dl_mon.rst index 76547cfa..59ad6739 100644 --- a/documentation/source/dl_mon.rst +++ b/documentation/source/dl_mon.rst @@ -45,13 +45,10 @@ Options Keyword Arguments ----------------- -Positional arguments can be used to add to the values array in the payload and to other parts of the payload. - -Arguments in the form [key]=[value] will be assumed to be keyword arguments. -Other arguments will be assumed to be entries in the values array. +Arguments in the form [key]=[value] will be assumed to be keyword arguments that can be used to set configuration parameters. The "key" portion of a keyword argument is an address that can specify both node and array locations. -For example, ``my.value.0=10`` would add this to the payload:: +For example, ``my.value.0=10`` add/set this in the configuration:: my: value: @@ -60,6 +57,6 @@ For example, ``my.value.0=10`` would add this to the payload:: Authentication ============== -Communication with the RabbitMQ broker requires the broker address and port, and user/password authentication. +Communication with the RabbitMQ broker requires user/password authentication. See :ref:`Authentication` for information on how to specify the broker and authentication information.