I installed zabbix, it is up when i check the status in the web frontend i see the
Status for zabbix_suckerd and zabbix_trapperd is YES. I added a host, but when
i click the "ITEMS" link i get a warning...
"Warning: Supplied argument is not a valid MySQL result resource in /var/www/zabbix/include/db.inc.php on line 98"
and i dont see the table showing the
Id,Key,Description,Update interval,History,Shortname,Type,Status,Actions just the
"activate selected, disable selected & delete selected" button.
The line 98 of db.inc.php is
96 if($DB_TYPE == "MYSQL")
97 {
98 $row=mysql_fetch_array($result);
99 return $row;
100 }
Any ideas on how to resolve this... im running out of options..
btw im using zabbix-1.0
thanks!
Status for zabbix_suckerd and zabbix_trapperd is YES. I added a host, but when
i click the "ITEMS" link i get a warning...
"Warning: Supplied argument is not a valid MySQL result resource in /var/www/zabbix/include/db.inc.php on line 98"
and i dont see the table showing the
Id,Key,Description,Update interval,History,Shortname,Type,Status,Actions just the
"activate selected, disable selected & delete selected" button.
The line 98 of db.inc.php is
96 if($DB_TYPE == "MYSQL")
97 {
98 $row=mysql_fetch_array($result);
99 return $row;
100 }
Any ideas on how to resolve this... im running out of options..
btw im using zabbix-1.0
thanks!
Comment