mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-18 09:30:42 +01:00
22b9480e57
Two fixes: 1) Use same regexp to skip df partitions in "config" and "fetch". 2) Use same function (was two different sed) to cleanup partition name. This fixes bug #5.
3 lines
218 B
Text
3 lines
218 B
Text
# the following variables are added to the top of the assembled muninlite script
|
|
NTP_PEER="pool.ntp.org"
|
|
DF_IGNORE_FILESYSTEM_REGEX="(none|unknown|rootfs|iso9660|squashfs|udf|romfs|ramfs|debugfs|cgroup_root|devtmpfs)"
|