PDA

View Full Version : Version 1.3 (beta): Problems


abi
10-11-2006, 09:56
hi,

ive been playing around with the latest 1.3 beta release,
1 problem so far:

* zabbix_server doesnt start up:


kida:/home/abi/deb/build-area# /usr/sbin/zabbix_server
/usr/sbin/zabbix_server [19335]: Wrong value of [StartPollers] in line 15.
/usr/sbin/zabbix_server [19335]: ERROR: DBName not in config file


i circumvented this by setting StartPollers to some value
greater than 6:


sed -i 's/StartPollers=6/StartPollers=10/' /etc/zabbix/zabbix_server.conf

kida:# zabbix_server
kida:# echo $?
0

Alexei
10-11-2006, 10:01
Yes, number of Poller must be increased in 1.3. As for the second problem, look at db.inc.php, the function is there:

function DBid2nodeid($id_name)
...

I'm not sure why you got this problem.

Arthur
10-11-2006, 10:04
I think this should go in the
ZABBIX (alpha, beta) Discussions and Feedback Forum.

Alexei
10-11-2006, 10:05
I moved it already ;)

abi
10-11-2006, 10:30
yes, the db.inc.php problem was entirely my fault.