You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would make it possible to build more informative dashboards. With only the pool health status, the operator still has to log into the server to find out which/how many devices are faulted.
The text was updated successfully, but these errors were encountered:
Unfortunately the ZFS library we use does not provide access to this information, most likely because the zpool command does not provide a flag to enable machine-parseable output. I'd consider exporting this data if it was available upstream, however I don't expect to contribute this functionality myself in the foreseeable future.
We no longer rely on an upstream ZFS library, however I'm not certain that we can rely on the influxdb output as that is ZFS version-dependent, and I'd like to maintain good host version compatibility. The alternative though is ugly text parsing, and I'm not eager to tackle this any time soon, though it's certainly doable.
Currently, only the overall zpool health status is published. It would be useful if the individual vdev and disk status were also published.
For example, this status
could lead to these metrics being published:
This would make it possible to build more informative dashboards. With only the pool health status, the operator still has to log into the server to find out which/how many devices are faulted.
The text was updated successfully, but these errors were encountered: