Telegraf is a plugin-driven server agent for collecting and sending metrics and events from databases, systems, and IoT sensors.*
Build from the official telegraf docker image. Stick to current version.
Configuration based on the official sample config.
Changes made:
- InfluxDB output url set to
udp://influxdb-1:8089
to match InfluxDB stem. - UDP endpoint database set to
telegraf
. - Disabled system inputs: cpu, mem, disk, etc.
- StatsD input server enabled with default settings.
Deploy with docker using embedded ops-docker tool.
Scripts available:
scripts/start
for launching local instance.scripts/rollout
for rolling out to remote hostscripts/rollback
for rolling back