summaryrefslogtreecommitdiffstats
path: root/rules/collectd.in
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-06-06 16:36:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:51 +0200
commitf2afbea2ee3643867ddd10a1a3e4deb45630867b (patch)
treeb547e6d9bcf5ece775530f69eacbfcd1c0729e23 /rules/collectd.in
parentea423172a16acd69490a58d9bb7337f8dac1f986 (diff)
downloadptxdist-f2afbea2ee3643867ddd10a1a3e4deb45630867b.tar.gz
ptxdist-f2afbea2ee3643867ddd10a1a3e4deb45630867b.tar.xz
collectd: add exec plugin
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/collectd.in')
-rw-r--r--rules/collectd.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/rules/collectd.in b/rules/collectd.in
index 015e4b6fe..04e7499e4 100644
--- a/rules/collectd.in
+++ b/rules/collectd.in
@@ -67,11 +67,19 @@ config COLLECTD_PING
to the configured hosts periodically and measures the network
latency.
-
config COLLECTD_SENSORS
bool
prompt "sensors"
help
The Sensors plugin uses lm-sensors to read hardware sensors.
+comment "Other Plugins"
+
+config COLLECTD_EXEC
+ bool
+ prompt "exec"
+ help
+ The Exec plugin executes scripts and reads values back that are
+ printed to stdout using the collectd plain text protocol.
+
endif