plugin ipset: add support for DIRTYCONFIG capability

This commit is contained in:
Lars Kruse 2018-04-18 04:06:44 +02:00
parent 4b9fcc0bcc
commit b745a75ced
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if [ "${1:-}" = "config" ]; then
echo "$list.label $list"
echo "$list.min 0"
done
exit 0
[ "${MUNIN_CAP_DIRTYCONFIG:-0}" = 1 ] || exit 0
fi
get_ipset_list | while read -r list; do