Docker container allowing you to route StatsD metrics to Zabbix.
It is a wrapper around StatsD official image and StatsD Zabbix Backend as listed in the doc
version: '3.9'
services:
converter:
image: vnvsa/statsd-zabbix
environment:
ZABBIX_HOST: zabbix.example.com
ZABBIX_TARGET_HOSTNAME: my-super-host
ZABBIX_HOST: Address of the zabbix host.ZABBIX_TARGET_HOSTNAME: Hostname to use for routing messages into Zabbix.STATS_D_DEBUG: StatsD debug mode. false by default.STATS_D_FLUSH_INTERVAL: StatsD flush interval in ms. 10000 by defaultZABBIX_PORT: Port of the Zabbix instance. 10051 by default.ZABBIX_SEND_TIMESTAMPS: Send timestamps to zabbix with their data. true by defaultPull requests, bug reports, and feature requests are welcome.
MIT License. See the LICENSE file.
Content type
Image
Digest
sha256:ea88032e7…
Size
416.7 MB
Last updated
4 days ago
docker pull vnvsa/statsd-zabbix