watterott / CO2-Ampel

CO2-Ampel / CO2-Traffic-Light to measure and show the carbon dioxide concentration in a room, based on Sensirion SCD30/SCD4x sensor and Microchip SAMD21 microcontroller
https://learn.watterott.com/breakouts/co2-ampel/
23 stars 12 forks source link

add REST URL for Checkmk minimal agent #14

Closed mschlenker closed 2 years ago

mschlenker commented 2 years ago

Implementing a minimal Checkmk agent allows the CO2-Ampel to be integrated into Checkmk monitoring without requiring further plugins. This patch adds a REST endpoint that provides Checkmks preferred text format.

awatterott commented 2 years ago

Thank you.