Sign inSign up

vnvsa/statsd-zabbix

By vnvsa

Updated 4 days ago

Image
0

3.3K

vnvsa/statsd-zabbix repository overview

StatsD Zabbix integration

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

Supported tags

Use the container

version: '3.9'
services:

  converter:
    image: vnvsa/statsd-zabbix
    environment:
      ZABBIX_HOST: zabbix.example.com
      ZABBIX_TARGET_HOSTNAME: my-super-host

Required environment variables
  • ZABBIX_HOST: Address of the zabbix host.
  • ZABBIX_TARGET_HOSTNAME: Hostname to use for routing messages into Zabbix.
Optional environment variables
  • STATS_D_DEBUG: StatsD debug mode. false by default.
  • STATS_D_FLUSH_INTERVAL: StatsD flush interval in ms. 10000 by default
  • ZABBIX_PORT: Port of the Zabbix instance. 10051 by default.
  • ZABBIX_SEND_TIMESTAMPS: Send timestamps to zabbix with their data. true by default

Contributing

Pull requests, bug reports, and feature requests are welcome.

Contacts

License

MIT License. See the LICENSE file.

Tag summary

Content type

Image

Digest

sha256:ea88032e7

Size

416.7 MB

Last updated

4 days ago

docker pull vnvsa/statsd-zabbix