1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin lxc: add support for MUNIN_CAP_DIRTYCONFIG

This commit is contained in:
Lars Kruse 2019-08-12 01:51:43 +02:00
parent f00f28cf6f
commit 59cb851cf5

View file

@ -402,6 +402,7 @@ case "${1:-}" in
;;
config)
do_config
if [ "${MUNIN_CAP_DIRTYCONFIG:-0}" = 1 ]; then do_fetch; fi
exit 0
;;
"")