https://github.com/qxip/telegraf-timescaledb
Docker container running Telegraf 1.11.5 w/ TimescaleDB Extensions
https://github.com/qxip/telegraf-timescaledb
grafana homer postgresql sipcapture telegraf timescale timescaledb
Last synced: 3 months ago
JSON representation
Docker container running Telegraf 1.11.5 w/ TimescaleDB Extensions
- Host: GitHub
- URL: https://github.com/qxip/telegraf-timescaledb
- Owner: QXIP
- Created: 2019-11-10T11:03:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T10:20:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T06:26:29.762Z (5 months ago)
- Topics: grafana, homer, postgresql, sipcapture, telegraf, timescale, timescaledb
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegraf-timescaledb
Docker container running Telegraf 1.11.5 w/ [TimescaleDB](https://github.com/timescale/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"
```