mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Plugin lxc: explicitly assign all accepted environment variables
This commit is contained in:
parent
ec3a7f4045
commit
d415877cdc
1 changed files with 4 additions and 0 deletions
|
@ -84,7 +84,11 @@ or GPLv3 license or later, at your option
|
||||||
. $MUNIN_LIBDIR/plugins/plugin.sh
|
. $MUNIN_LIBDIR/plugins/plugin.sh
|
||||||
|
|
||||||
lxcpath=${lxcpath:-/var/lib/lxc}
|
lxcpath=${lxcpath:-/var/lib/lxc}
|
||||||
|
# containers to be ignored
|
||||||
|
exclude=${exclude:-}
|
||||||
ram_display_stacked=${ram_display_stacked:-true}
|
ram_display_stacked=${ram_display_stacked:-true}
|
||||||
|
# try to guess the location, if empty
|
||||||
|
cgrouppath=${cgrouppath:-}
|
||||||
|
|
||||||
|
|
||||||
# --- FUNCTIONS
|
# --- FUNCTIONS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue