Skip to main content

Clone of Etsy's statsd and Steve Ivy's py-statsd designed to work with Zabbix (http://www.zabbix.com/).

Project description

Introduction

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. 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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zbx-statsd-0.4.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page