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
- Host: GitHub
- URL: https://github.com/nmasse-itix/nftables-counters-exporter
- Owner: nmasse-itix
- License: mit
- Created: 2022-01-13T19:39:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T21:49:46.000Z (over 3 years ago)
- Last Synced: 2025-02-12T11:16:19.943Z (4 months ago)
- Topics: nftables, prometheus-exporter
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```