PDA

View Full Version : Multiplier not working in 1.1b5


Honey
19-01-2006, 14:04
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
20-01-2006, 09:56
It is known problem. Please take the latest src/zabbix_server/functions.c from CVS and recompile ZABBIX server.

cameronsto
27-01-2006, 18:25
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

cameronsto
27-01-2006, 21:46
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