mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
lxc_ram: add support for DIRTYCONFIG
This commit is contained in:
parent
2ce1b3211a
commit
a0cafdcf1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user