Skip to content

QXIP/telegraf-timescaledb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telegraf-timescaledb

Docker container running Telegraf 1.11.5 w/ TimescaleDB Postgres Extensions

Usage

telegraf:
    image: sipcapture/telegraf-timescale
    restart: unless-stopped
    environment:
      - PGHOST=postgres
      - PGDATABASE=my_data
      - PGUSER=root
      - PGPASSWORD=password
    volumes:
      - ./conf/telegraf.conf:/etc/telegraf/telegraf.conf
    ports:
      - "8092:8092/udp"
      - "8125:8125/udp"

Releases

No releases published

Packages

No packages published