Closed macourteau closed 5 months ago
Thank you for reporting this! It looks like an easy fix - I'll just make the columnar data optional. I'll get this into the dev
branch this weekend.
This is fixed in the dev
branch and will make it into the next release.
https://github.com/kellyjonbrazil/jc/blob/dev/jc/parsers/zpool_status.py
You can test by copying the parser file above into your parser plugin folder:
$HOME/.local/share/jc/jcparsers
$HOME/Library/Application Support/jc/jcparsers
$LOCALAPPDATA\jc\jc\jcparsers
Fixed in v1.25.3
This
zpool status
output can't be parsed by jc:If I remove the
spares
section, however, jc is able to parse it correctly.Specifically, this is the error I'm getting: