prometheus-node-exporter-lua: add snmp6 exporter
authorNick Hainke <redacted>
Mon, 7 Dec 2020 11:43:55 +0000 (12:43 +0100)
committerNick Hainke <redacted>
Mon, 7 Dec 2020 17:31:57 +0000 (18:31 +0100)
commit77188d2422b600ae25c2a46d28d217ddd6d79a50
tree069408296b1bea2e394d0efb76e878686ee0a078
parent8310fc5a177bc4eea2be44a066ccb8eab1755a42
prometheus-node-exporter-lua: add snmp6 exporter

If you want statistics about IPv6 you can use snmpv6 exporter.
Currently, the "/proc/net/snmp6" is existing but all values are
just "0".

To use this plugin you have to set
  CONFIG_PROC_STRIPPED=n

I will find a way to enable the important ipv6 statistics by default.

Signed-off-by: Nick Hainke <redacted>
utils/prometheus-node-exporter-lua/Makefile
utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/snmp6.lua [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT