Skip to content
Commit 922e5b1a authored by Nick Hainke's avatar Nick Hainke
Browse files

collectd: fix snmp6 not showing all interfaces



Getifaddrs() is not working all the time (e.g. wireguard interfaces).
Instead we use if_nameindex() syscall as suggested in:
 https://stackoverflow.com/a/45796495/8474618

Signed-off-by: default avatarNick Hainke <vincent@systemli.org>
parent d92f0873
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment