Ad Widget

Collapse

ESXi 4.0 Hardware and Software Monitoring VMWare

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nhathaitrieu6
    Junior Member
    • Jun 2014
    • 6

    #226
    Thanks for hoje reply. I'll check these packages and test again.
    Regards.

    Comment

    • steveboyson
      Senior Member
      • Jul 2013
      • 582

      #227
      You could try setting
      Code:
      $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
      in the perl script at the beginning.

      Comment

      • Guest

        #228
        Can anyone tell me why when I do the command:
        /usr/lib/zabbix/externalscpits/check-esx-hardware.py -u [I] user [/ I] -p [I] password [/ I] -i [I] IPESXI [/ I] -s
        I always been this:
        Connection to IPESXI
        Traceback (most recent call last):
        File "./check-esx-hardware.py", line 92, in <module>
        instance_list = wbemclient.EnumerateInstances (class)
        File "/usr/lib/python2.7/dist-packages/pywbem/cim_operations.py", line 427, in EnumerateInstances
        ** Params)
        File "/usr/lib/python2.7/dist-packages/pywbem/cim_operations.py", line 183, in imethodcall
        no_verification = self.no_verification)
        File "/usr/lib/python2.7/dist-packages/pywbem/cim_http.py", line 281, in wbem_request
        h.endheaders ()
        File "/usr/lib/python2.7/httplib.py", line 958, in endheaders
        self._send_output (message_body)
        File "/usr/lib/python2.7/httplib.py", line 818, in _send_output
        self.send (msg)
        File "/usr/lib/python2.7/dist-packages/pywbem/cim_http.py", line 119, in the send
        self.connect ()
        File "/usr/lib/python2.7/dist-packages/pywbem/cim_http.py", line 171, in the connect
        except (Err.SSLError, SSL.SSLError, SSL.SSLTimeoutError
        AttributeError: 'module' object has no attribute 'SSLTimeoutError'


        I followed this guide. http://lab4.org/wiki/Zabbix_ESX-Serv...IM_ueberwachen
        I do not know what to do. Thank you all and I hope someone answer me.

        Comment

        • dima_dm
          Senior Member
          • Dec 2009
          • 2697

          #229
          Originally posted by cabbiolo
          Can anyone tell me why when I do the command:
          /usr/lib/zabbix/externalscpits/check-esx-hardware.py -u [I] user [/ I] -p [I] password [/ I] -i [I] IPESXI [/ I] -s
          I always been this:
          Connection to IPESXI
          In this solution used perl script, not python. Please ask autor of this python script.

          Comment

          • Guest

            #230
            dima_dm thanks for your answer.
            how can i monitoring esxi hardware with a simple mode?
            I have try many solution but i haven't results.
            Please help me

            Comment

            • dima_dm
              Senior Member
              • Dec 2009
              • 2697

              #231
              Originally posted by cabbiolo
              dima_dm thanks for your answer.
              how can i monitoring esxi hardware with a simple mode?
              I have try many solution but i haven't results.
              Please help me
              Do you see Hardware Status in vSphere Client?
              1) use ESXi with agents ( from yours vendor of server)
              if you use not HP server, check URL for WBEM
              Code:
              $wbemcli="/usr/bin/wbemcli -nl ei -noverify https://$username:$password\@$IP/root/hpq:";

              Comment

              • Guest

                #232
                I see Hardware status in Vsphere client. I have HP server.
                How can I do that? Thanks

                Comment

                Working...