add missing conf files

This commit is contained in:
2024-11-27 09:47:57 +01:00
parent b4f221ad73
commit 748dd0678a
26 changed files with 4165 additions and 0 deletions

1075
collectd/etc/collectd.conf Normal file

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -0,0 +1,6 @@
<Plugin "df">
MountPoint "/mnt/due"
MountPoint "/mnt/quattro"
MountPoint "/mnt/mezzo/var/lib/docker"
</Plugin>

View File

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

View File

@@ -0,0 +1,6 @@
LoadPlugin exec
<Plugin "exec">
Exec nobody "/host/usr/local/bin/funds-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>

View File

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