From a0cafdcf1f296d8c4c30f6507fcc641aac0c483b Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 10 Jun 2018 14:50:32 +0200 Subject: [PATCH] lxc_ram: add support for DIRTYCONFIG --- plugins/lxc/lxc_ram | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/lxc/lxc_ram b/plugins/lxc/lxc_ram index 2deb1a1e..6ab81b44 100755 --- a/plugins/lxc/lxc_ram +++ b/plugins/lxc/lxc_ram @@ -132,6 +132,7 @@ if [ "$1" = "autoconf" ]; then do_autoconf elif [ "$1" = "config" ]; then do_config + if [ "${MUNIN_CAP_DIRTYCONFIG:-0}" = "1" ]; then do_fetch; fi else do_fetch fi