From ec48743ad9a09498fe4c8156ae5b67529cfdb435 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 12 Jan 2014 12:26:36 +0100 Subject: [PATCH] collectd.conf(5): Document the memory plugin's Values{Absolute,Percentage} options. --- src/collectd.conf.in | 5 +++++ src/collectd.conf.pod | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 4de39f0a..47107af1 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -539,6 +539,11 @@ # # +# +# ValuesAbsolute true +# ValuesPercentage false +# + # # # RegisterBase 1234 diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3a79b0fd..1c9c00b6 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2574,6 +2574,27 @@ Memory subsystem rail (uVolts). =back +=head2 Plugin C + +The I provides the following configuration options: + +=over 4 + +=item B B|B + +Enables or disables reporting of physical memory usage in absolute numbers, +i.e. bytes. Defaults to B. + +=item B B|B + +Enables or disables reporting of physical memory usage in percentages, e.g. +percent of physical memory used. Defaults to B. + +This is useful for deploying I in a heterogeneous environment in +which the sizes of physical memory vary. + +=back + =head2 Plugin C The B connects to a Modbus "slave" via Modbus/TCP and reads -- 2.11.0