zbx-statsd

Clone of Etsy's statsd and Steve Ivy's py-statsd designed to work with Zabbix
Download

zbx-statsd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Sergey Kirillov
  • Publisher web site:
  • http://pypi.python.org/pypi/losetup/

zbx-statsd Tags


zbx-statsd Description

Clone of Etsy's statsd and Steve Ivy's py-statsd designed to work with Zabbix zbx-statsd is a clone of Etsy's statsd and Steve Ivy's py-statsd, designed to work with Zabbix as stats collection and graphing backend. zbx-statsd is based on sources of pystatsd.Usage:Client: from zbx-statsd import Client, Server sc = Client('example.org',8125, 'zabbix_name_of_this_machine') sc.timing('python_test.time',500) sc.increment('python_test.inc_int') sc.decrement('python_test.decr_int')Server: srvr = Server(debug=True) srvr.serve() Requirements: · Python


zbx-statsd Related Software