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:
parent
4b9fcc0bcc
commit
b745a75ced
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user