I am using ZABBIX 1.1beta7 on RedHat 7.2 , kernel 2.4.18-3
I had installed php-gd
my rpm query shows
[root@redc zabbix]# rpm -qa | grep php
php-4.2.2-4.arvin.rh7.2
php-mysql-4.2.2-4.arvin.rh7.2
mod_php-4.2.2-4.arvin.rh7.2
php-devel-4.2.2-4.arvin.rh7.2
php-snmp-4.2.2-4.arvin.rh7.2
php-standalone-4.2.2-4.arvin.rh7.2
php-jpgraph-1.14-1.rh73.dag
php-gd-4.2.2-4.arvin.rh7.2
I am not able to see the graphs , when I checked the net , I found some suggestion
I did the uncomment and I have the follwing in "graph.inc.php"
Header( "Content-type: text/html");
// Header( "Content-type: image/png");
Header( "Expires: Mon, 17 Aug 1998 12:51:50 GMT");
After doing all this I am not able to see the graphs
I cannot for time being try another machine with RHEL , I am trying out how to make zabbix 1.1beta 7 work with RedHat 7.2
My MySQL info is
[root@redc classes]# rpm -qa | grep mysql
mysqlclient9-3.23.22-6
php-mysql-4.2.2-4.arvin.rh7.2
mysql-3.23.58-1.73
mysql-devel-3.23.58-1.73
mysql-server-3.23.58-1.73
and phpinfo shows that
gd
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
Please guide me how to make the graphs work on my system
thanks
Joseph John
I had installed php-gd
my rpm query shows
[root@redc zabbix]# rpm -qa | grep php
php-4.2.2-4.arvin.rh7.2
php-mysql-4.2.2-4.arvin.rh7.2
mod_php-4.2.2-4.arvin.rh7.2
php-devel-4.2.2-4.arvin.rh7.2
php-snmp-4.2.2-4.arvin.rh7.2
php-standalone-4.2.2-4.arvin.rh7.2
php-jpgraph-1.14-1.rh73.dag
php-gd-4.2.2-4.arvin.rh7.2
I am not able to see the graphs , when I checked the net , I found some suggestion
I did the uncomment and I have the follwing in "graph.inc.php"
Header( "Content-type: text/html");
// Header( "Content-type: image/png");
Header( "Expires: Mon, 17 Aug 1998 12:51:50 GMT");
After doing all this I am not able to see the graphs
I cannot for time being try another machine with RHEL , I am trying out how to make zabbix 1.1beta 7 work with RedHat 7.2
My MySQL info is
[root@redc classes]# rpm -qa | grep mysql
mysqlclient9-3.23.22-6
php-mysql-4.2.2-4.arvin.rh7.2
mysql-3.23.58-1.73
mysql-devel-3.23.58-1.73
mysql-server-3.23.58-1.73
and phpinfo shows that
gd
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
Please guide me how to make the graphs work on my system
thanks
Joseph John
Comment