2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

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

View File

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