collectd configuration

This commit is contained in:
2025-01-03 09:47:10 +01:00
parent 02495dde81
commit f7941e8ef5
13 changed files with 321 additions and 1088 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -0,0 +1,5 @@
LoadPlugin exec
<Plugin "exec">
Exec collectd "/host/usr/local/bin/cpufreq-data"
</Plugin>

View File

@@ -1,6 +1,5 @@
<Plugin df>
MountPoint "/media/docker"
MountPoint "/media/scratch"
FSType "ext4"
IgnoreSelected false
</Plugin>

View File

@@ -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>

View File

@@ -3,4 +3,3 @@ LoadPlugin exec
<Plugin "exec">
Exec nobody "/host/usr/local/bin/speedtest-data"
</Plugin>