Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions roles/debian/collectd/templates/collectd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -444,28 +444,28 @@ LoadPlugin memory
# Host "..."
# </Database>
#</Plugin>
<Plugin df>
#<Plugin df>
# Device "/dev/sda1"
# Device "192.168.0.2:/mnt/nfs"
# MountPoint "/home"
# FSType "ext3"
# ignore rootfs; else, the root file-system would appear twice, causing
# one of the updates to fail and spam the log
FSType rootfs
# ignore the usual virtual / temporary file-systems
FSType sysfs
FSType proc
FSType devtmpfs
FSType devpts
FSType tmpfs
FSType fusectl
FSType cgroup
IgnoreSelected true
# # ignore rootfs; else, the root file-system would appear twice, causing
# # one of the updates to fail and spam the log
# FSType rootfs
# # ignore the usual virtual / temporary file-systems
# FSType sysfs
# FSType proc
# FSType devtmpfs
# FSType devpts
# FSType tmpfs
# FSType fusectl
# FSType cgroup
# IgnoreSelected true
# ReportByDevice false
# ReportInodes false
# ValuesAbsolute true
# ValuesPercentage false
</Plugin>
#</Plugin>
#<Plugin disk>
# Disk "hda"
# Disk "/sda[23]/"
Expand Down