while integrating our Icinga data into a newly set up Grafana instance, I noticed that for some checks I get no valid data points to display. E.g. we got checks running which query switches for their memory usage, active fans, temperature etc. using these scripts for extreme switches. The displayed check results are something like
“detected 6 fans: 0 are bad”
“Temperature OK: 56°C”
“Memory OK: 65.37%”
etc. Anyways, this seems to be just plain text being returned, not actual performance data. Is there a way to conveniently extract those and pass them on to influxdbwriter, in our case?