p7s1p4

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: wmic_server setup #869
    p7s1p4
    Participant

    you should get the mentioned python modules via pip:
    flask, aiowmi, pycryptodome, pyyaml
    eg
    python -m pip install pyyaml

    when they are found by your python interpreter you can start the server easily … python must be version 3.7 or higher …

    in reply to: Different values with option checknetwork #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

Viewing 2 posts - 1 through 2 (of 2 total)