{ "info": { "author": "Sergey Kirillov", "author_email": "sergey.kirillov@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License" ], "description": "Introduction\n------------\n\nzbx-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.\n\n* pystatsd\n\t- https://github.com/sivy/py-statsd/\n* Graphite\n - http://graphite.wikidot.com\n* Statsd \n - code: https://github.com/etsy/statsd\n - blog post: http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/\n\nUsage\n-------------\n\nClient:\n from zbx-statsd import Client, Server\n\n sc = Client('example.org',8125, 'zabbix_name_of_this_machine')\n\n sc.timing('python_test.time',500)\n sc.increment('python_test.inc_int')\n sc.decrement('python_test.decr_int')\n\nServer:\n srvr = Server(debug=True)\n srvr.serve()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pistolero/zbx-statsd", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "zbx-statsd", "package_url": "https://pypi.org/project/zbx-statsd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zbx-statsd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pistolero/zbx-statsd" }, "release_url": "https://pypi.org/project/zbx-statsd/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Clone of Etsy's statsd and Steve Ivy's py-statsd designed to work with Zabbix (http://www.zabbix.com/).", "version": "0.4.0" }, "last_serial": 802154, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "704b7974a23bdea3f1ce878a83903f02", "sha256": "d79eae85fa33f5325ebf53b84f2821c9702a35b1dfabd092a6fe477405cc650a" }, "downloads": -1, "filename": "zbx-statsd-0.4.0.tar.gz", "has_sig": false, "md5_digest": "704b7974a23bdea3f1ce878a83903f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5350, "upload_time": "2012-01-15T18:26:36", "url": "https://files.pythonhosted.org/packages/f4/a7/1a6000501f6c5e8fa4c58e7b78dc9fd8fb5d783d6713a41e5fdbbfec82e1/zbx-statsd-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "704b7974a23bdea3f1ce878a83903f02", "sha256": "d79eae85fa33f5325ebf53b84f2821c9702a35b1dfabd092a6fe477405cc650a" }, "downloads": -1, "filename": "zbx-statsd-0.4.0.tar.gz", "has_sig": false, "md5_digest": "704b7974a23bdea3f1ce878a83903f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5350, "upload_time": "2012-01-15T18:26:36", "url": "https://files.pythonhosted.org/packages/f4/a7/1a6000501f6c5e8fa4c58e7b78dc9fd8fb5d783d6713a41e5fdbbfec82e1/zbx-statsd-0.4.0.tar.gz" } ] }