A prometheus exporter that exposes nftables counters
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Massé 1ff24e5d1d first release 4 years ago
cli almost final 4 years ago
Containerfile first release 4 years ago
LICENSE almost final 4 years ago
README.md first release 4 years ago
exporter.go almost final 4 years ago
exporter_test.go almost final 4 years ago
go.mod almost final 4 years ago
go.sum almost final 4 years ago
test.nft initial commit 4 years ago

README.md

Nftables counter exporter

A prometheus exporter that exposes nftables counters.

Usage

Create some counters.

sudo ./test.nft

Run the exporter.

sudo podman run -d --rm --name nftables-exporter --network host --cap-drop all --cap-add net_admin quay.io/itix/nftables-exporter:latest