No description
.github/workflows | ||
src | ||
.dockerignore | ||
.envrc | ||
.gitignore | ||
Cargo.toml | ||
config.yml | ||
docker-compose.yml | ||
Dockerfile | ||
flake.lock | ||
flake.nix | ||
LICENSE.md | ||
README.md |
openmetrics-vici-exporter
provides an openmetrics compatible endpoint for strongSwan charon's VICI. initally tested against strongSwan 5.9 and strongSwan 6.0.
deployment
pull container image from ghcr.io
, see docker-compose.yml
in this repo
development
sudo groupadd vici
sudo chown root:vici /var/run/charon.vici
sudo chmod 0770 /var/run/charon.vici
sudo usermod -aG vici $user
cargo run
curl http://localhost:8001/metrics
license
authors
- Evelyn Alicke e.alicke@famedly.com