{ "info": { "author": "Maksim Syomochkin", "author_email": "maksim77ster@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Topic :: System :: Monitoring", "Topic :: System :: Networking :: Monitoring", "Topic :: System :: Systems Administration" ], "description": "Zabbix Sender\n=============\n\n|PyPI| |PyPI Count| |Build Status| |Coverage Status|\n\nDisclaimer\n----------\nDevelopment of this module stopped! All ideas and solutions will be transferred into py-zabbix. py-zabbix is much more powerful project, and I don't want to reinvent the wheel.\n\nQuick Start\n-----------\n\nConnection settings\n\n.. code:: python\n\n from ZabbixSender import ZabbixSender, ZabbixPacket\n server = ZabbixSender('127.0.0.1', 10051)\n\nCreate a package and add the metric values. In the first example with\nthe current time, the second specified in unixtime format.\n\n.. code:: python\n\n packet = ZabbixPacket()\n packet.add('myhost','key', 'value')\n packet.add('myhost2', 'other_key', 'value2', 1455607162)\n\nNow we send our package in Zabbix Server\n\n.. code:: python\n\n server.send(packet)\n\nAnd see the delivery status\n\n.. code:: python\n\n print(server.status)\n\n::\n\n {'info': 'processed: 2; failed: 0; total: 4; seconds spent: 0.207659',\n 'response': 'success'}\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/ZabbixSender.svg\n :target: https://pypi.python.org/pypi/ZabbixSender\n.. |PyPI Count| image:: https://img.shields.io/pypi/dw/ZabbixSender.svg\n :target: https://pypi.python.org/pypi/ZabbixSender\n.. |Build Status| image:: https://travis-ci.org/maksim77/zsender.svg?branch=master\n :target: https://travis-ci.org/maksim77/zsender\n.. |Coverage Status| image:: https://coveralls.io/repos/github/maksim77/zsender/badge.svg?branch=master\n :target: https://coveralls.io/github/maksim77/zsender?branch=master\n\n\nZabbix Sender Changelog\n=======================\n\n0.2.5 (02.03.2015)\n------------------\n\nFeatures\n~~~~~~~~\n\n- Add *clean* method to ZabbixPacket. After successful sending of the\n packet can not create a new instance, but just clean the old one. ###\n Bugfixes\n- Added check for valid timestamp values passed in the packet.", "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/maksim77/zsender", "keywords": "zabbix sender monitoring", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "ZabbixSender", "package_url": "https://pypi.org/project/ZabbixSender/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ZabbixSender/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/maksim77/zsender" }, "release_url": "https://pypi.org/project/ZabbixSender/0.2.7/", "requires_dist": null, "requires_python": null, "summary": "Simple zabbix sender", "version": "0.2.7" }, "last_serial": 2218396, "releases": { "0.2.7": [ { "comment_text": "", "digests": { "md5": "40115adbccc935ac5e948bb782eb83c5", "sha256": "13ab3d45c580124bd77022efca1fded9041e1868acbafe66d7e60fe8a2a36987" }, "downloads": -1, "filename": "ZabbixSender-0.2.7.tar.gz", "has_sig": false, "md5_digest": "40115adbccc935ac5e948bb782eb83c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6855, "upload_time": "2016-07-13T08:19:16", "url": "https://files.pythonhosted.org/packages/28/d4/d8d6babbe19fce679611a4fd4cc48fa365075f1b45da834175cf6d3fadda/ZabbixSender-0.2.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40115adbccc935ac5e948bb782eb83c5", "sha256": "13ab3d45c580124bd77022efca1fded9041e1868acbafe66d7e60fe8a2a36987" }, "downloads": -1, "filename": "ZabbixSender-0.2.7.tar.gz", "has_sig": false, "md5_digest": "40115adbccc935ac5e948bb782eb83c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6855, "upload_time": "2016-07-13T08:19:16", "url": "https://files.pythonhosted.org/packages/28/d4/d8d6babbe19fce679611a4fd4cc48fa365075f1b45da834175cf6d3fadda/ZabbixSender-0.2.7.tar.gz" } ] }