Ad Widget

Collapse

VmBix 1.2.1 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stav13
    Member
    • Oct 2013
    • 66

    #46
    # The VMWare API URL
    serviceurl=https://RUN-SRV-VCEN-P:/sdk

    # The username to use to connect to the VMWare API
    username=zab.vcentre@***.local

    # The password to use to connect to the VMWare API
    password=******************

    # The IP address vmbix will listen to
    bindaddress=127.0.0.1

    # The port vmbix will listen to
    listenport=12050

    # The pid file that the vmbix daemon will use
    pidfile=/var/run/vmbix.pid

    # The interval for performance metrics queries (defaults to 300s)
    interval=300

    # Use the VMWare UUID to identify objects (defaults to false)
    useuuid=false

    # The VM cache TTL (defaults to 15mn)
    vmCacheTtl=5

    # The hypervisor cache TTL (defaults to 15mn)
    esxiCacheTtl=5

    # The datastore cache TTL (defaults to 15mn)
    dsCacheTtl=5

    # The performance counter ID cache TTL (defaults to 15mn)
    perfIdCacheTtl=5

    # The performance counter cache TTL (defaults to 15mn)
    counterCacheTtl=5

    # The host runtime info cache TTL (defaults to 15mn)
    hriCacheTtl=5

    # The cluster cache TTL (defaults to 15mn)
    clCacheTtl=5

    # The VM cache size (defaults to 1000, recommended : vm count + n)
    vmCacheSize=1000

    # The hypervisor cache size (defaults to 100, recommended : esx count + n)
    esxiCacheSize=100

    # The datastore cache size (defaults to 100, recommended : ds count + n)
    dsCacheSize=500

    # The perfomance counter ID cache size (defaults to 1000)
    perfIdCacheSize=1000

    # The perfomance counter cache size (defaults to 1000)
    counterCacheSize=1000

    # The host runtime info cache size (defaults to 100, recommended : esx count + n)
    hriCacheSize=100

    # The cluster cache size (defaults to 100, recommended : cl count x 2)
    clCacheSize=10

    Comment

    • stav13
      Member
      • Oct 2013
      • 66

      #47
      I decided to try a fresh install and now getting the below error;

      [root@localhost /]# vmbix -P 12050 -u "[email protected]" -p "password" -s "https://vcenterhostname/sdk"
      Exception in thread "main" java.lang.NullPointerException
      at net.dav3860.VmBix.main(VmBix.java:224)
      13:27:00.836 [Thread-0] INFO net.dav3860.VmBix - Shutting down
      13:27:00.840 [Thread-0] ERROR net.dav3860.VmBix - Error disconnecting: null
      13:27:00.840 [Thread-0] INFO net.dav3860.VmBix - Shutted down
      Assuming this is the same certificate error other people are getting?

      This was a fresh install for version 2.5, the other instance was 2.3 i think.

      im running Centos 7, zabbix 3.2 all fresh build. Any ideas?

      Thanks

      Comment

      • stav13
        Member
        • Oct 2013
        • 66

        #48
        Just tried version 2.4 and this is working fine, looks like something in 2.5 has broken

        Comment

        • tatapoum
          Senior Member
          • Jan 2014
          • 185

          #49
          There was an issue in your configuration file :
          useuuid=false
          But you tried to query your VM with their UUID.

          The version 2.5 works fine with a config file. There is a bug when you start it with command line parameters. The fix will be integrated in v2.6

          Comment

          Working...