smokeping

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
smokeping [2021/11/24 09:53] – angelegt Fabian Horstsmokeping [2023/07/07 10:42] (aktuell) Fabian Horst
Zeile 2: Zeile 2:
  
 From: https://hub.docker.com/r/linuxserver/smokeping From: https://hub.docker.com/r/linuxserver/smokeping
 +
 +<code>
 + smokeping:
 +    image: lscr.io/linuxserver/smokeping
 +    container_name: smokeping
 +    environment:
 +      - PUID=1000
 +      - PGID=1000
 +      - TZ=Europe/London
 +    volumes:
 +      - /home/fabian/smokeping/config:/config
 +      - /home/fabian/smokeping/data:/data
 +    ports:
 +      - 80:80
 +    restart: unless-stopped
 +</code>
 +
 +
 +Application Setup
 +Once running the URL will be http://<host-ip>/smokeping/smokeping.cgi. For example a full URL might look like https://smokeping.yourdomain.com/smokeping/smokeping.cgi.
 +Basics are, edit the Targets file to ping the hosts you're interested in to match the format found there.
 +Wait 10 minutes.
  • smokeping.1637743980.txt.gz
  • Zuletzt geändert: 2021/11/24 09:53
  • von Fabian Horst