mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-16 16:48:33 +01:00
Add examples for config with INTERFACE_NAMES_OVERRIDE
This commit is contained in:
parent
c14b6ccaec
commit
71cc9a8110
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
# the following variables are added to the top of the assembled muninlite script
|
# the following variables are added to the top of the assembled muninlite script
|
||||||
NTP_PEER="pool.ntp.org"
|
NTP_PEER="pool.ntp.org"
|
||||||
DF_IGNORE_FILESYSTEM_REGEX="(none|unknown|rootfs|iso9660|squashfs|udf|romfs|ramfs|debugfs|cgroup_root|devtmpfs)"
|
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)')"
|
||||||
|
|
Loading…
Reference in a new issue