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 details)

Uploaded Source

File details

Details for the file zbx-statsd-0.4.0.tar.gz.

File metadata

  • Download URL: zbx-statsd-0.4.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for zbx-statsd-0.4.0.tar.gz
Algorithm Hash digest
SHA256 d79eae85fa33f5325ebf53b84f2821c9702a35b1dfabd092a6fe477405cc650a
MD5 704b7974a23bdea3f1ce878a83903f02
BLAKE2b-256 f4a71a6000501f6c5e8fa4c58e7b78dc9fd8fb5d783d6713a41e5fdbbfec82e1

See more details on using hashes here.

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