Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 400 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 400 Bytes

netris-exporter

Scrape the Netris Lookingglass API for metrics.

Build and Deploy

To build the image:

docker build -t fugacloud/netris-exporter .

Create a config file and modify it to reflect your environment.

cp config.yaml.example config.yaml
vi config.yaml

And start the container:

docker compose up -d

Test it out:

curl localhost:3000