zbxsend

Module used to send metrics to Zabbix.


License
BSD-3-Clause
Install
pip install zbxsend==0.1.6

Documentation

=====
Usage
=====

Sample usage:::

    >>> from zbxsend import Metric, send_to_zabbix    
    >>> send_to_zabbix([Metric('localhost', 'bucks_earned', 99999)], 'localhost', 10051)