Add examples for config with INTERFACE_NAMES_OVERRIDE

This commit is contained in:
Daniel Alder 2023-12-13 17:35:57 +01:00
parent c14b6ccaec
commit 71cc9a8110
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# 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 -P '^(eth|wlan|en)')"