summaryrefslogtreecommitdiffstats
path: root/rules/collectd.in
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 /rules/collectd.in
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 'rules/collectd.in')
-rw-r--r--rules/collectd.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/collectd.in b/rules/collectd.in
index 04e7499e4..10b096c60 100644
--- a/rules/collectd.in
+++ b/rules/collectd.in
@@ -82,4 +82,12 @@ config COLLECTD_EXEC
The Exec plugin executes scripts and reads values back that are
printed to stdout using the collectd plain text protocol.
+config COLLECTD_THRESHOLD
+ bool
+ prompt "threshold"
+ help
+ The Threshold plugin checks values collected or received by collectd
+ against a configurable threshold and issues notifications if values
+ are out of bounds.
+
endif