1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 02:33:18 +00:00

chore: code cleanup

This commit is contained in:
pimlie 2025-04-19 16:21:52 +02:00
parent ec5debb582
commit 167873f064

View file

@ -94,6 +94,7 @@ function wg_interfaces {
_wg_ifaces+=("$iface")
done
}
declare -A _CACHE_PEERS
function wg_peers {
local -n _wg_peers=$1
@ -165,8 +166,7 @@ EOF
}
function peer_traffic {
iface="$1"
local iface="$1"
echo "multigraph wireguard_peertraffic_$iface"