PDA

View Full Version : Mb GB KB a bit messed up


riegersteve
07-07-2005, 04:36
hi alexi, installed alpha10 and found that the disk sizes, free, total, and used were reporting as wrong. where it should have been MB it showed as KB where it should show TB it showed GB, i fixed by changing the multiplication to 1024 and from K to B.

hope that helps


also for those of you on bsd
mkdir /usr/local/etc/zabbix && ln -s /usr/local/etc/zabbix /etc/zabbix

Alexei
07-07-2005, 07:45
hi alexi, installed alpha10 and found that the disk sizes, free, total, and used were reporting as wrong. where it should have been MB it showed as KB where it should show TB it showed GB, i fixed by changing the multiplication to 1024 and from K to B.

hope that helps


also for those of you on bsd
mkdir /usr/local/etc/zabbix && ln -s /usr/local/etc/zabbix /etc/zabbix
I'll check all multipliers and review existing templates at some point before releasing 1.1.

You may use switch "-c" (run zabbix_server -h for more command line params) to specify location of configuration file:

./zabbix_server -c /usr/local/etc/zabbix/zabbix_server.conf