collectd configuration
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
#LoadPlugin exec
|
||||
#
|
||||
#<Plugin "exec">
|
||||
# Exec nobody "/host/usr/local/bin/btrfs-data"
|
||||
#</Plugin>
|
||||
LoadPlugin exec
|
||||
|
||||
<Plugin "exec">
|
||||
Exec collectd "/host/usr/local/bin/btrfs-data"
|
||||
</Plugin>
|
||||
|
||||
5
collectd/etc/collectd.conf.d/cpufreq-data.conf
Normal file
5
collectd/etc/collectd.conf.d/cpufreq-data.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
LoadPlugin exec
|
||||
|
||||
<Plugin "exec">
|
||||
Exec collectd "/host/usr/local/bin/cpufreq-data"
|
||||
</Plugin>
|
||||
@@ -1,6 +1,5 @@
|
||||
<Plugin df>
|
||||
MountPoint "/media/docker"
|
||||
MountPoint "/media/scratch"
|
||||
FSType "ext4"
|
||||
IgnoreSelected false
|
||||
</Plugin>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
LoadPlugin exec
|
||||
|
||||
<Plugin "exec">
|
||||
Exec nobody "/host/usr/local/bin/du-data"
|
||||
Exec collectd "/host/usr/local/bin/du-data"
|
||||
</Plugin>
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ LoadPlugin exec
|
||||
<Plugin "exec">
|
||||
Exec nobody "/host/usr/local/bin/speedtest-data"
|
||||
</Plugin>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user