mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-10 21:26:33 +01:00
e0f0687247
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
7 lines
354 B
Plaintext
7 lines
354 B
Plaintext
# 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)"
|
|
|
|
#INTERFACE_NAMES_OVERRIDE="eth0"
|
|
#INTERFACE_NAMES_OVERRIDE="$(sed 's/^ *//; s/:.*$//; / /d' /proc/net/dev | grep -E '^(eth|wlan|en)')"
|