When using the checknetwork option of check_wmi_plus, we get different values with new wmic_server way in comparison to old legacywmicclient-way.
old format:
vmxnet3 Ethernet Adapter, LANxxx, (172.16.xxx.xxx), 00:50:56:xx:xx:xx
new format:
vmxnet3 Ethernet Adapter, LANxxx, ARRAY(0x55be01xxxxxx), 00:50:56:xx:xx:xx
Is that format change intended? … since we grepped for the IP-address bound to the interface the functionality has changed and cannot be used like with the old wmic-binary … probably a conversion error?
reagrds