mqtt-tools / mqttwarn

A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
https://mqttwarn.readthedocs.io/
Eclipse Public License 2.0
955 stars 183 forks source link

Add example "Forwarding data from IoT devices to Zabbix" #660

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

A dedicated example about how to acquire metric/measurement data from IoT devices and converge it into Zabbix.

Details

The content has been taken from the previous documentation on the Wiki page about the zabbix service plugin ^1, and has been separated from GH-657, in order to make the corresponding patches more concise.

codecov-commenter commented 1 year ago

Codecov Report

Merging #660 (632c8f8) into main (b6ab307) will increase coverage by 0.43%. The diff coverage is 50.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #660      +/-   ##
==========================================
+ Coverage   46.15%   46.58%   +0.43%     
==========================================
  Files          80       80              
  Lines        3913     3913              
==========================================
+ Hits         1806     1823      +17     
+ Misses       2107     2090      -17     
Flag Coverage Δ
unittests 46.58% <50.00%> (+0.43%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mqttwarn/services/telegram.py 0.00% <0.00%> (ø)
mqttwarn/services/execute.py 94.44% <100.00%> (+94.44%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more