mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
lxc_ram: add support for DIRTYCONFIG
This commit is contained in:
parent
2ce1b3211a
commit
a0cafdcf1f
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ if [ "$1" = "autoconf" ]; then
|
||||||
do_autoconf
|
do_autoconf
|
||||||
elif [ "$1" = "config" ]; then
|
elif [ "$1" = "config" ]; then
|
||||||
do_config
|
do_config
|
||||||
|
if [ "${MUNIN_CAP_DIRTYCONFIG:-0}" = "1" ]; then do_fetch; fi
|
||||||
else
|
else
|
||||||
do_fetch
|
do_fetch
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue