snapshot remaining files

This commit is contained in:
2024-12-19 15:13:29 +01:00
parent d9f760ab2a
commit efac98f87c
28 changed files with 1818 additions and 0 deletions

1077
collectd/etc/collectd.conf Normal file

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
LoadPlugin exec
<Plugin "exec">
Exec nobody "/host/usr/local/bin/du-data"
</Plugin>

View File

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

View File

@@ -0,0 +1,6 @@
LoadPlugin exec
<Plugin "exec">
Exec nobody "/host/usr/local/bin/speedtest-data"
</Plugin>