From a76cc3437ee9b8ee6c000e0aca3fb4e502409aa1 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Mon, 28 Oct 2019 10:38:27 -0600 Subject: [PATCH] Specify hostname for file name for collectd On some machines the value for hostname, that is used in naming the csv directory, isn't always determined by collectd to be localhost. The scaling code assumes it will always be localhost. This patch specifies the hostname to be localhost. Signed-off-by: David Lyle --- metrics/collectd/collectd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metrics/collectd/collectd.conf b/metrics/collectd/collectd.conf index f2e24ef..94569ee 100644 --- a/metrics/collectd/collectd.conf +++ b/metrics/collectd/collectd.conf @@ -9,6 +9,8 @@ LoadPlugin memory LoadPlugin cpufreq LoadPlugin df +Hostname localhost + ReportByCpu true ReportByState true