From d415877cdc0752434e12edb37acce932784e24ac Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 12 Aug 2019 00:02:46 +0200 Subject: [PATCH] Plugin lxc: explicitly assign all accepted environment variables --- plugins/lxc/lxc-multigraph | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/lxc/lxc-multigraph b/plugins/lxc/lxc-multigraph index a06c1c0e..83a0598d 100755 --- a/plugins/lxc/lxc-multigraph +++ b/plugins/lxc/lxc-multigraph @@ -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