Syncthing stats exporter for Prometheus
100K+
Syncthing metrics exporter for Prometheus
How to run
docker run -it -e "SYNCTHING_URI=http://127.0.0.1:8384/" -e SYNCTHING_TOKEN="super-secure-token" f100024/syncthing_exporter:latest
docker-compose example:
syncthing_exporter:
image: f100024/syncthing_exporter:latest
ports:
- 9093:9093
environment:
SYNCTHING_URI: "http://127.0.0.1:8384/"
SYNCTHING_TOKEN: "super-secure-token"
restart: unless-stopped
To find out actual documentation and grafana dashboard please check github page f100024/syncthing_exporter.
Content type
Image
Digest
sha256:46a8cd533…
Size
8.5 MB
Last updated
7 months ago
docker pull f100024/syncthing_exporter