From 8b43d3ec7ee6e8e2c3caf1c4789a4ef1ce7fb4e8 Mon Sep 17 00:00:00 2001 From: Alex Kirhenshtein Date: Tue, 7 Jan 2025 02:20:09 +0200 Subject: [PATCH] DOC-70: InfuxDB driver new params Merged from https://github.com/netxms/netxms-doc/pull/30 --- admin/advanced.rst | 5 +++++ admin/appendix.rst | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/admin/advanced.rst b/admin/advanced.rst index 788e8de..e4cd230 100644 --- a/admin/advanced.rst +++ b/admin/advanced.rst @@ -701,6 +701,11 @@ section. be dropped. Default: `4194304`. * - Token - Authentication token. + * - ValidateValues ( from 5.1.2 ) + - If true, driver will validate values according to DCI data type, and drop invalid values (invalid numbers, out-of-range values). Default: false + * - CorrectValues + - If both ValidateValues and CorrectValues set to true, instead of dropping values that did not pass validation, correct values will be sent to InfluxDB instead. Unparsable numbers will be set to last parsable part (for example, 123abc will be sent as 123), out-of-range values will be sent as maximal or minimal possible value. Default: false + Configuration example: diff --git a/admin/appendix.rst b/admin/appendix.rst index 8592972..e897b84 100644 --- a/admin/appendix.rst +++ b/admin/appendix.rst @@ -772,7 +772,8 @@ These parameters can be changed in :menuselection:`Configuration --> Server Configuration` .. list-table:: - :widths: 20 25 8 4 + :class: longtable + :widths: 1 25 8 4 :header-rows: 1 * - Parameter