Ad Widget

Collapse

VIMBix : a VMware Virtual Infrastructure Methodology RESTfull proxy for Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jjmartres
    Junior Member
    • May 2012
    • 18

    #1

    VIMBix : a VMware Virtual Infrastructure Methodology RESTfull proxy for Zabbix

    Hi all,

    I'm please to announce that first production version of VIMbix (https://github.com/jjmartres/VIMbix) is available !

    VIMbix is a VMware Virtual Infrastructure Methodology RESTfull proxy for Zabbix. Build on top of Sinatra, it accepts connection from Zabbix server and/or proxy and translates them to VMware API calls. It can helps to manage large VMware infrastructure, with many ESX(i) and/or vCenter. The current release supports the vSphere 5.0 API.

    Please read README file for informations

    Have fun !
  • extress
    Member
    • Jul 2012
    • 32

    #2
    Cannot wait to try this monday, thanks !

    Comment

    • prio
      Junior Member
      • Oct 2010
      • 7

      #3
      More than one vcenter?

      Great job, tested and work perfectly with a vcenter.

      But adding another vcenter to viservers.yml this new query not and does not create the datadump_vcenter2

      On the command line

      . / vimbix-client-u http://127.0.0.1:9090/host_ip_2/api/status
      / usr/lib/ruby/gems/1.8/gems/json-1.8.0/lib/json/common.rb: 155: in `initialize ': A JSON text must at Least Contain two octets! (JSON :: ParserError)
      ******** from / usr/lib/ruby/gems/1.8/gems/json-1.8.0/lib/json/common.rb: 155: in `new '
      ******** from / usr/lib/ruby/gems/1.8/gems/json-1.8.0/lib/json/common.rb: 155: in `parse '
      ******** from .. /. / vimbix-client: 69


      any ideas ...

      Thanks..

      I modified the template because I had failed to import and items that did not work
      Attached Files

      Comment

      • jjmartres
        Junior Member
        • May 2012
        • 18

        #4
        Could please open an issue on Github please ?



        Please attach your viservers.yml, vimvix.log and your modified template

        Thanks

        Comment

        • njdattler
          Junior Member
          • Jul 2013
          • 5

          #5
          ruby error when starting client

          I'm using the openSUSE 12.2 VM version of Zabbix server 2.0

          After about 1/2 day getting all the dependencies needed to even install VIMbix on our Zabbix server, I now get this error from Ruby (I think) when attempting to start the VIMbix daemon:

          rake daemon:start
          Starting vimbix...
          /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- eventmachine (LoadError)
          from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
          from /usr/lib/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin.rb:7:in `<top (required)>'
          from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
          from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
          from /usr/lib/ruby/gems/1.9.1/gems/thin-1.5.1/bin/thin:5:in `<top (required)>'
          from /usr/bin/thin:23:in `load'
          from /usr/bin/thin:23:in `<main>'


          I've googled around, but haven't found a solution.

          Any ideas?

          Comment

          • jjmartres
            Junior Member
            • May 2012
            • 18

            #6
            Hi,

            Keep in mind that any support requests need to be post on Github using : https://github.com/jjmartres/VIMbix/issues/new

            I'll answer you shortly by this way

            Comment

            • njdattler
              Junior Member
              • Jul 2013
              • 5

              #7
              I could have sworn I made a duplicate of this on GitHub, but it magically disappeared when I went back there...

              At any rate, I re-created the question on GitHub for you:

              I'm using the openSUSE 12.2 VM version of Zabbix server 2.0 After about 1/2 day getting all the dependencies needed to even install VIMbix on our Zabbix server, I now get this error from Ruby (I th...

              Comment

              • romale
                Member
                • Mar 2013
                • 53

                #8
                How to correctly vimbix update after your git commits?
                p.s. i'm beginner in RoR

                should i do 2, 3 steps from Installation and configuration and finish it with rake daemon:restart ?

                Comment

                • gavind
                  Member
                  • Mar 2013
                  • 59

                  #9
                  Was event_machine installe here already? Is this really needed?

                  Comment

                  Working...