PDA

View Full Version : Problems with Graphs and suckerd


Echelon1010000
20-11-2005, 12:04
Hi

I'm running FreeBSD-port of zabbix, version 1.0. It seems to run fine, aside from the following problems:

- Graphs:
When I define a graph, i shows up on the graphs-page. But when I add an item to the graph wich I want to display, the graph chages to the "broken image" icon from my Browser. So I can see any emtpy graph, but none which is populated. Same when clicking on "graph" at the "latest values" page. Clicking on "Trend" works fine for me, graphs and "compare" dos not work. Sysmaps are working too. According to phpinfo() I have gd compiled in, detailed systeminfo follows. I have seen some threads regarding this mattwer, but none with my specific problem. I tried with Firefox, Konqueror and MSIE6.

- zabbix_suckerd
This runs fine for a few minutes, then it terminates itself, there seems to be a problem with the mysql-queries. (Errormessage: "Connection ... lost during query", i will add a excerpt from my logfile later since I accidently deleted them during a reinstall of zabbix.)
I tried with InnoDB and MyISAM tables, it seems to make no difference. The time until the zabbix_suckerd dies seems to be random, differing between 2 and 15 minutes.


Systeminfo:
php: PHP Version 4.4.1
Apache: 1.3.34 (Unix)
zabbix: 1.0 (from the ports)
mysql: 5.04b
OS: FreeBSD zabbix.eigen.dynamik.sytes.net 5.4-STABLE FreeBSD 5.4-STABLE #2: / SMP Enabled
Sys: Asus P2B-DS / 2xP-III@500MHz / 512MB RAM

Any hints are welcome...

Greetings Echelon

Echelon1010000
20-11-2005, 17:07
As said above, here the mentioned logfile excerpt:

096336:20051120:120124 Evaluation of expression [{11423}>0] failed
096336:20051120:120124 Expression [{11423}>0] cannot be evaluated.
096336:20051120:120124 Parameter [netloadin5[eth0]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Parameter [disk_write_ops1[hdb]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Parameter [netloadout5[lo]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Parameter [memory[cached]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Parameter [proc_cnt[zabbix_trapperd]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Evaluation of expression [{11425}>0] failed
096336:20051120:120124 Expression [{11425}>0] cannot be evaluated.
096336:20051120:120124 Parameter [netloadin5[eth1]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Parameter [disk_write_ops5[hda]] is not supported by agent on host [192.168.9.253]
096336:20051120:120124 Parameter [net[listen_23]] is not supported by agent on host [192.168.9.253]
096336:20051120:122616 Parameter [swap[free]] is not supported by agent on host [test]
096336:20051120:162752 Parameter [tcp_count] is not supported by agent on host [test]
096336:20051120:163352 Parameter [connections[tcp]] is not supported by agent on host [test]
096336:20051120:164543 Parameter [connections[tcp]] is not supported by agent on host [test]
096336:20051120:165752 Query::select i.itemid,i.key_,h.host,h.port,i.delay,i.descriptio n,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h .useip,
096336:20051120:165752 Query failed:Lost connection to MySQL server during query [2013]
096332:20051120:165752 One child process died. Exiting ...
096333:20051120:165752 Got QUIT or INT or TERM or PIPE signal. Exiting...
096334:20051120:165752 Got QUIT or INT or TERM or PIPE signal. Exiting...
096335:20051120:165752 Got QUIT or INT or TERM or PIPE signal. Exiting...


Greetings, Echelon

KarmaPolice
13-01-2006, 19:16
I'm now having this issue as well with Zabbix 1.1beta4 ... any thoughts?

Alexei
14-01-2006, 09:40
I'm pretty sure it is MySQL problem. Check MySQL log files to see why it unexpectedly closes connections. Database corruption?