Hey,
A new version of check_wmi_plus will be release in a few weeks along with some improvements and the wmic (the package from linux) will not be used any more, solving this issue ‘permanently’…
https://edcint.co.nz/checkwmiplus/new-wmic-client-coming-soon/
In the mean time we end up using a python replacement for the linux wmic…:
https://github.com/simply42/check_wmi_plus_wmic_dropin
There’s a ‘how to use’ section, in my case i also have:
- Set python3 as ‘default version’ to be used (update-alternatives)
- Installed impacket with pip
- Adjusted permission and group of
/usr/lib/python3.6/site-packages/
and/usr/lib64/python3.6/site-packages/
…
I hope this help