summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2017-06-17 19:36:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:53 +0200
commit2861b4436bafb387d0937b163bfb9196ab3767ec (patch)
treed48149376add843e7a4a8d75dae29661c277ea64 /projectroot
parent776aec7f2d1663d64f3b46f2cb1574ea2702c13f (diff)
downloadptxdist-2861b4436bafb387d0937b163bfb9196ab3767ec.tar.gz
ptxdist-2861b4436bafb387d0937b163bfb9196ab3767ec.tar.xz
collectd: add threshold plugin
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/collectd.d/threshold.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/projectroot/etc/collectd.d/threshold.conf b/projectroot/etc/collectd.d/threshold.conf
new file mode 100644
index 000000000..455f31f27
--- /dev/null
+++ b/projectroot/etc/collectd.d/threshold.conf
@@ -0,0 +1,5 @@
+LoadPlugin "threshold"
+
+<Plugin "threshold">
+# This is a generic plugin. Please read the collectd manual.
+</Plugin>