Sign inSign up

f100024/syncthing_exporter

By f100024

Updated 7 months ago

Syncthing stats exporter for Prometheus

Image
0

100K+

f100024/syncthing_exporter repository overview

Syncthing exporter

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.

Tag summary

Content type

Image

Digest

sha256:46a8cd533

Size

8.5 MB

Last updated

7 months ago

docker pull f100024/syncthing_exporter