1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Plugin lxc: explicitly assign all accepted environment variables

This commit is contained in:
Lars Kruse 2019-08-12 00:02:46 +02:00
parent ec3a7f4045
commit d415877cdc

View file

@ -84,7 +84,11 @@ or GPLv3 license or later, at your option
. $MUNIN_LIBDIR/plugins/plugin.sh
lxcpath=${lxcpath:-/var/lib/lxc}
# containers to be ignored
exclude=${exclude:-}
ram_display_stacked=${ram_display_stacked:-true}
# try to guess the location, if empty
cgrouppath=${cgrouppath:-}
# --- FUNCTIONS