Skip to content

me1299/smokeping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

smokeping

Smokeping

Smokeping with FPING, DNS, Curl & SSH probes

Composer example

version: '3.7'
services:
  smokeping:
    image: me1299/smokeping:latest
    container_name: smokeping
    volumes:
        - 'smokeping:/data'
    ports:
      - '80:80'
    environment:
      - PUID=1000
      - PGID=997
      - TZ=Europe/Amsterdam
      - SMOKEPING_URL=http://smokeping.domain.com
      - MAILHOST=smtpserver,smtpserver2
      - OWNER=Yourname
      - [email protected]
      - TITLE=My smokeping
      - [email protected]
      - [email protected]      
      - STEP=300
      - PINGS=20
    restart: unless-stopped