From 0619618253c25273d7f53e6c74cabc1cd12732d5 Mon Sep 17 00:00:00 2001 From: Albin Suresh Date: Mon, 31 May 2021 17:25:22 +0530 Subject: [CIT-366] Minimal monitoring stats for memory and disk (#260) --- configuration/contrib/collectd/tedge-collectd.conf | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'configuration/contrib/collectd') diff --git a/configuration/contrib/collectd/tedge-collectd.conf b/configuration/contrib/collectd/tedge-collectd.conf index 3713f172..76f65b1d 100644 --- a/configuration/contrib/collectd/tedge-collectd.conf +++ b/configuration/contrib/collectd/tedge-collectd.conf @@ -1654,3 +1654,30 @@ LoadPlugin mqtt Filter "*.conf" + +PreCacheChain "PreCache" + +LoadPlugin match_regex + + + + + Plugin "memory" + + + TypeInstance "used" + Invert true + + Target "stop" + + + + Plugin "df" + + + TypeInstance "used" + Invert true + + Target "stop" + + -- cgit v1.2.3