mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-19 05:27:26 +00:00
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 <dklyle0@gmail.com>
This commit is contained in:
committed by
Graham Whaley
parent
e09285f1e1
commit
a76cc3437e
@@ -9,6 +9,8 @@ LoadPlugin memory
|
||||
LoadPlugin cpufreq
|
||||
LoadPlugin df
|
||||
|
||||
Hostname localhost
|
||||
|
||||
<Plugin "cpu">
|
||||
ReportByCpu true
|
||||
ReportByState true
|
||||
|
||||
Reference in New Issue
Block a user