Skip to content

Intrinsec/nftables_exporter

Repository files navigation

nftables Exporter

Go Report Card

Prometheus stand alone exporter for nftables metrics.

Building and running

Build

make

Capabilities

nftables_exporter does not depends on libnftnl or nft binary but requires some additional capabilities in order to collect its metrics

setcap CAP_NET_ADMIN,CAP_SYS_ADMIN+ep nftables_exporter+ep nftables_exporter

Running

./nftables_exporter <flags>