Skip to content

monitor the connection state on a syncthing instance via pushover

Notifications You must be signed in to change notification settings

lohrbini/syncthing-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Syncthing watch

About

this repository contains a little python script to monitor the connection state on a syncthing instance

Build / Installation

docker build -t syncthing-watch .

docker-compose

version: "3.9"
services:
  syncthing_check:
    image: syncthing-watch
    restart: always
    environment:
      SYNCTHING_URL: syncthing.example.org
      SYNCTHING_API_TOKEN: 
      PUSHOVER_APP_TOKEN: 
      PUSHOVER_USER_TOKEN: 
      NOTIFICATION_INTERVAL: 60

Run

docker-compose up -d

About

monitor the connection state on a syncthing instance via pushover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published