Ad Widget

Collapse

Multiplier not working in 1.1b5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Honey
    Junior Member
    • Jan 2006
    • 5

    #1

    Multiplier not working in 1.1b5

    Hi,

    I am trying with ZABBIX 1.1beta5 on fedora core 3, While monitoring hardisk space using zabbix agent on fedora & Redhat nodes , I found that , the value is not getting multiplied by the multiplier , I get the same results , irespective of my multiplier value , I tried with 1024 , 4096 , for testing purpose I even did with 2 , but I get the same value. My harddisk space is in GB but I always receive the status in MB's and so on. Please help.

    Thanks,
    Honey
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    It is known problem. Please take the latest src/zabbix_server/functions.c from CVS and recompile ZABBIX server.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    • cameronsto
      Senior Member
      • Oct 2005
      • 148

      #3
      I get an error when trying to compile zabbix_server with the latest functions.c file.

      functions.o(.text+0xcdf): In function `process_new_value':
      /root/zabbix-1.1beta5/src/zabbix_server/functions.c:825: undefined reference to `UNSET_UI64_RESULT'
      collect2: ld returned 1 exit status
      Any ideas?

      -cameron

      Comment

      • cameronsto
        Senior Member
        • Oct 2005
        • 148

        #4
        Downloaded the latest 'include/common.h' file to fix my compilation issue. However I'm still not able to use a multiplier less than 1 on an Item set as a 64bit integer. If I change the Item to Numeric (Float), it works fine.

        -cameron

        Comment

        Working...