From d50a8e0c8ae1722f1bf38e9369bf9652fb090670 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Wed, 1 Oct 2025 19:47:23 +0200 Subject: [PATCH] disable log to postgres, add disk for stats --- collectd/etc/collectd.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/collectd/etc/collectd.conf b/collectd/etc/collectd.conf index 1e50e98..5bd4863 100644 --- a/collectd/etc/collectd.conf +++ b/collectd/etc/collectd.conf @@ -112,6 +112,7 @@ LoadPlugin pg_collectd Disk "sda" Disk "sdb" + Disk "sdc" Disk "nvme0n1" IgnoreSelected false @@ -128,12 +129,12 @@ LoadPlugin pg_collectd IgnoreSelected false - - BatchSize 1000 - Connection "postgresql://collectd:collectd@host:6543/collectd" - StoreRates true - LogTimings INFO - +# +# BatchSize 1000 +# Connection "postgresql://collectd:collectd@host:6543/collectd" +# StoreRates true +# LogTimings INFO +# Filter "*.conf"