An open API service indexing awesome lists of open source software.

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

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"
```