From fe380d3e20467970582a7bdcd850ef101f24431e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 8 Dec 2020 01:31:02 +0100 Subject: basic collectd role --- roles/monitoring/collectd/base/templates/common.conf.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/monitoring/collectd/base/templates/common.conf.j2 (limited to 'roles/monitoring/collectd/base/templates/common.conf.j2') diff --git a/roles/monitoring/collectd/base/templates/common.conf.j2 b/roles/monitoring/collectd/base/templates/common.conf.j2 new file mode 100644 index 00000000..6447f3f1 --- /dev/null +++ b/roles/monitoring/collectd/base/templates/common.conf.j2 @@ -0,0 +1,15 @@ +LoadPlugin cpu +LoadPlugin df +LoadPlugin disk +LoadPlugin entropy +LoadPlugin interface +LoadPlugin irq +LoadPlugin load +LoadPlugin memory +LoadPlugin processes +LoadPlugin users + + + ValuesAbsolute true + ValuesPercentage true + -- cgit v1.2.3