Windows Powershell Checks Metrics Question

Hey there, I have a question about the Icinga2 Windows Powershell Checks and their metrics.

For example, the docu says the available metrics for the check “Invoke-IcingaCheckMemory” are:
Mem% used
Mem available
and Pagefile% used.

I get all Metrics with the official InfluxDB writer from Icinga but if I check my Database it only writes the bytes used into the database and none of the other 3 metrics.
Can someone explain why they don’t get written in the database, I didn’t really found any explanation in the docs available.

Thank you very much!

Hello @Vartez!

I guess this is your problem:

Does the plugin output ranges like @10:20 in your case?

Best,
A/K