1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00: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