I think I've got my zabbix.conf.php sorted out and I've tried to log on to the zabbix web page.
Logging in as "Admin" the httpd load goes to 98% CPU and after about 10 mins I get a blank page and the httpd load drops.
If I don't bother logging in, and just click on the Monitoring, Inventory, Reports links I get various pages. Several of them are full of Php/mysql errors such as
mysql_fetch_array(): supplied argument is not a valid MySQL result resource[/etc/zabbix/db.inc.php:391]
The php source stanza referred to by the error is....
$result = mysql_fetch_array($cursor);
This is an FC6 system with zabbix loaded via RPM. I loaded the Mysql database from the files data.sql and mysql.sql in /usr/share/zabbix/create/
The file schema.sql that is referred to in the manual is not on this system. So is my database a bunch of nonsense without that file loaded?
I'd be interested to hear from folks who have a FC Zabbix system built from RPM's working? I don't see many folks here using FC. Is that a non supported distro?
The tables that are in mysql are.....
mysql> show tables;
+--------------------+
| Tables_in_zabbix |
+--------------------+
| acknowledges |
| actions |
| alerts |
| applications |
| auditlog |
| autoreg |
| conditions |
| config |
| events |
| functions |
| graphs |
| graphs_items |
| groups |
| help_items |
| history |
| history_log |
| history_str |
| history_str_sync |
| history_sync |
| history_text |
| history_uint |
| history_uint_sync |
| hosts |
| hosts_groups |
| hosts_profiles |
| hosts_templates |
| housekeeper |
| images |
| items |
| items_applications |
| mappings |
| media |
| media_type |
| node_cksum |
| node_configlog |
| nodes |
| profiles |
| rights |
| screens |
| screens_items |
| service_alarms |
| services |
| services_links |
| services_times |
| sessions |
| sysmaps |
| sysmaps_elements |
| sysmaps_links |
| trends |
| trigger_depends |
| triggers |
| users |
| users_groups |
| usrgrp |
| valuemaps |
+--------------------+
55 rows in set (0.00 sec)
Would I be better to re-install zabbix from source? This is not going well so far......
Thanks
Ken
Logging in as "Admin" the httpd load goes to 98% CPU and after about 10 mins I get a blank page and the httpd load drops.
If I don't bother logging in, and just click on the Monitoring, Inventory, Reports links I get various pages. Several of them are full of Php/mysql errors such as
mysql_fetch_array(): supplied argument is not a valid MySQL result resource[/etc/zabbix/db.inc.php:391]
The php source stanza referred to by the error is....
$result = mysql_fetch_array($cursor);
This is an FC6 system with zabbix loaded via RPM. I loaded the Mysql database from the files data.sql and mysql.sql in /usr/share/zabbix/create/
The file schema.sql that is referred to in the manual is not on this system. So is my database a bunch of nonsense without that file loaded?
I'd be interested to hear from folks who have a FC Zabbix system built from RPM's working? I don't see many folks here using FC. Is that a non supported distro?
The tables that are in mysql are.....
mysql> show tables;
+--------------------+
| Tables_in_zabbix |
+--------------------+
| acknowledges |
| actions |
| alerts |
| applications |
| auditlog |
| autoreg |
| conditions |
| config |
| events |
| functions |
| graphs |
| graphs_items |
| groups |
| help_items |
| history |
| history_log |
| history_str |
| history_str_sync |
| history_sync |
| history_text |
| history_uint |
| history_uint_sync |
| hosts |
| hosts_groups |
| hosts_profiles |
| hosts_templates |
| housekeeper |
| images |
| items |
| items_applications |
| mappings |
| media |
| media_type |
| node_cksum |
| node_configlog |
| nodes |
| profiles |
| rights |
| screens |
| screens_items |
| service_alarms |
| services |
| services_links |
| services_times |
| sessions |
| sysmaps |
| sysmaps_elements |
| sysmaps_links |
| trends |
| trigger_depends |
| triggers |
| users |
| users_groups |
| usrgrp |
| valuemaps |
+--------------------+
55 rows in set (0.00 sec)
Would I be better to re-install zabbix from source? This is not going well so far......
Thanks
Ken
Comment