Different values with option checknetwork

Home Forums Help Different values with option checknetwork

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #866
    p7s1p4
    Participant

    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

    #868
    p7s1p4
    Participant

    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

    Forgot to mention the commands used are:
    /usr/lib/nagios/plugins/check_wmi/check_wmi_plus.pl -H <hostname> -A /etc/check_wmi_plus/idfile -m checknetwork
    vs.
    /usr/lib/nagios/plugins/check_wmi/check_wmi_plus.pl -H <hostname> -A /etc/check_wmi_plus/authfile -m checknetwork –legacywmicclient

    #886
    admin
    Keymaster

    Try this development version of the plugin
    https://www.edcint.co.nz/tmp/expire_14/check_wmi_plus.v1.681.tar.gz

    This link will expire in 14 days

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.