How can I exclude /dev/loop0 from Disk Space monitoring?
You can exclude block devices from being reported by modifying the collectd configuration for that plugin.
Specifically, create this additional config file:
/opt/wormly/collectd/etc/collectd.d/05-df.conf
The contents should be similar to this:
<Plugin "df">
IgnoreSelected true
Device "/dev/loop0"
</Plugin>
This configuration will cause the specified devices to be omitted. Alternatively you could remove the "IgnoreSelected" flag and specify only the devices of interest.
Once you have created this config file, be sure to restart collectd-wormly:
service collectd-wormly restart
Not what you were looking for? Try a search:
Also in this topic:
- Can I monitor custom metrics? Are there plugins?
- The MySQL graphs are missing
- Why are some of the graphs missing?
- Can I be alerted if a process stops running?
- Can I use health monitoring without a public HTTP server?
- How do I change the monitoring interval?
- MySQL Metrics are missing but other Metrics are OK