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.
- pystatsd
- Graphite
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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d79eae85fa33f5325ebf53b84f2821c9702a35b1dfabd092a6fe477405cc650a |
|
MD5 | 704b7974a23bdea3f1ce878a83903f02 |
|
BLAKE2b-256 | f4a71a6000501f6c5e8fa4c58e7b78dc9fd8fb5d783d6713a41e5fdbbfec82e1 |