summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c791ba0)
raw | patch | inline | side by side (parent: c791ba0)
author | Florian Forster <octo@collectd.org> | |
Sun, 12 Jan 2014 11:26:36 +0000 (12:26 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 12 Jan 2014 11:26:36 +0000 (12:26 +0100) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 4de39f0a05f70f641bddcfb519222201b9605fb2..47107af161c3fdf07f96721ee565f1719af7ebcb 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# </Instance>
#</Plugin>
+#<Plugin memory>
+# ValuesAbsolute true
+# ValuesPercentage false
+#</Plugin>
+
#<Plugin modbus>
# <Data "data_name">
# RegisterBase 1234
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 3a79b0fd82ca7525ff3b451c1a23d89f59b0f9b5..1c9c00b605fbefd43977b1426fe3701c3bc4de37 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<memory>
+
+The I<memory plugin> provides the following configuration options:
+
+=over 4
+
+=item B<ValuesAbsolute> B<true>|B<false>
+
+Enables or disables reporting of physical memory usage in absolute numbers,
+i.e. bytes. Defaults to B<true>.
+
+=item B<ValuesPercentage> B<false>|B<true>
+
+Enables or disables reporting of physical memory usage in percentages, e.g.
+percent of physical memory used. Defaults to B<true>.
+
+This is useful for deploying I<collectd> in a heterogeneous environment in
+which the sizes of physical memory vary.
+
+=back
+
=head2 Plugin C<modbus>
The B<modbus plugin> connects to a Modbus "slave" via Modbus/TCP and reads