An open API service indexing awesome lists of open source software.

https://github.com/nmasse-itix/nftables-counters-exporter

A prometheus exporter that exposes nftables counters
https://github.com/nmasse-itix/nftables-counters-exporter

nftables prometheus-exporter

Last synced: about 2 months ago
JSON representation

A prometheus exporter that exposes nftables counters

Awesome Lists containing this project

README

        

# Nftables counter exporter

A prometheus exporter that exposes nftables counters.

## Usage

Create some counters.

```sh
sudo ./test.nft
```

Run the exporter.

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