Sending CheckMK metrics to Prometheus

Yea so Checkmk requires the /ping end-point to be available. Telegraf does not think its needed but Influx thinks it is…

Checkmk even changed they way they handle this some time ago

That why I said a “workaround” is needed. The quickest way for me was to setup a simple nginx that handles both

location /ping
and
/api/v2/write

see also (but won’t help of course)