With check_wmi_plus 1.68, cannot authenticate with Windows 2008 Servers.

Home Forums Help With check_wmi_plus 1.68, cannot authenticate with Windows 2008 Servers.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #904
    sijo
    Participant

    With the latest version of check_wmi_plus(1.68), Windows 2008 authentication is failing.

    Installed and configured WMIC server, Perl, check_wmi_plus
    the plugin in working without any issues for 2012, 2016, 2019 servers, but its not working for 2008 servers.

    There the target 2008 servers are reachable and its possible to ping as well as telnet to 135 port also working.

    Also Its comes under the same network and firewall is disabled there.

    #908
    mdicss
    Participant

    What are the error messages you get?
    Do you have a running http server (gunicorn?) with the wmic server? Can you test the connection to the wmic server?
    Did you try a call with wmic_client.sh like:
    wmic_client.sh -i MYUSER1-t MYSECRETUSERACCESSTOKEN1 -h MYWINDOWSPC -q ‘SELECT * FROM Win32_UTCTime’
    When wmic_client.sh works, the problem is in the check_wmi_plus part of the configuration.

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