Ad Widget

Collapse

VmBix 1.1.1 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waclaw
    Junior Member
    • Nov 2012
    • 5

    #31
    Yes, put it on download page. It would by nice, if you also share a source code

    Aggregated instance work like it should. Vcenter can't aggregate this counter on all datastores visible on one host, because they are different datastores (different objects).
    Instead You should check this counter for one specific datastore on each ESXi in the cluster, and then aggregate data. But this can be done easily in zabbix using group func.

    Comment

    • tatapoum
      Senior Member
      • Jan 2014
      • 185

      #32
      I forked the project on github :


      I created a 1.1.4 release. So you will find the source code, the jar and all the necessary files in the "Releases" section.

      Comment

      • waclaw
        Junior Member
        • Nov 2012
        • 5

        #33
        Great work, thanks a lot !

        Comment

        • matata
          Junior Member
          • Sep 2009
          • 7

          #34
          Hi
          Using Version 1.1.8, and getting a timeout for the virtual machines discovery (timeout while executing a shell script). I have ensured that the timeout parameter in zabbix_conf is 30.

          Thanks!

          Comment

          • tatapoum
            Senior Member
            • Jan 2014
            • 185

            #35
            Hi,

            Did you try to query VmBix with zabbix_get ? Ex :
            Code:
            zabbix_get -s localhost -p 12050 -k datastore.size[DS01,free]
            VmBix logs to /var/log/messages. Do you see something when you call the vm.discovery[*] method ?

            Comment

            Working...