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:
parent
4b9fcc0bcc
commit
b745a75ced
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue