is there a plugin available to monitor an influxdb?
When searching for check_mk and influxdb I only get articles that tell me how to integrate check_mk and influxdb, but not HOW to monitor the influxdb with check_mk.
Write your own plugin. That should be quite easy for the whitespace separated metrics format from the HTTP endpoint /metrics. Start with an agent plugin on the database server that basically pipes the output of this endpoint into a section in the monitoring output:
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.