From 63187eca7f8e81a05fa532c9e0b14a3ea2fea727 Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Mon, 13 Oct 2014 13:38:46 +0400 Subject: [PATCH] Add missing collector options to the documentation Change-Id: I4e1a70b8e5f458d4e1b4d1fce81d3046dde69c70 Partial-Bug: 1380533 --- doc/source/configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 972ac1dae..098f116ac 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -251,6 +251,9 @@ Parameter Default N requeue_sample_on_dispatcher_error False Requeue the sample on the collector sample queue when the collector fails to dispatch it. This option is only valid if the sample comes from the notifier publisher +udp_address 0.0.0.0 Address to which the UDP socket is bound. Set to an empty + string to disable +udp_port 4952 Port to which the UDP socket is bound ===================================== ====================================== ==============================================================