From: Jim Radford Date: Sat, 10 Aug 2013 19:23:29 +0000 (-0700) Subject: curl_json plugin: document being able to access arrays X-Git-Tag: collectd-5.4.0~3^2~2^3~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=5e8ef5f45ef2fcd6f8ffbf67b8bf2250f1753923;p=collectd.git curl_json plugin: document being able to access arrays --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 1b73c417..08fbfee7 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1104,6 +1104,11 @@ The B string argument must be in a path format, which is used to collect a value from a JSON map object. If a path element of B is the I<*>Ewildcard, the values for all keys will be collectd. +The B string argument must be in a path format. Each component is +used to match the key from a JSON map or the index of an JSON +array. If a path component of a B is a I<*>Ewildcard, the +values for all map keys or array indices will be collectd. + The following options are valid within B blocks: =over 4