Querying a nsclient disk check which has performance metrics like "C:\ used" and "C:\ used %" is currently not possible, except when using
SELECT * ...
and then using grafana transformations. It works but it's not fun or user friendly.
It would be nice if
SELECT host_name, C:\ used % FROM /services WHERE ...
works :)
Querying a nsclient disk check which has performance metrics like "C:\ used" and "C:\ used %" is currently not possible, except when using
SELECT * ...
and then using grafana transformations. It works but it's not fun or user friendly.It would be nice if
SELECT host_name, C:\ used % FROM /services WHERE ...
works :)Thanks