OK installation was easy actually. But like i said it needed some changes. Here is what I did. I followed the guide posted before but:
First, for x64 you will need to look manually with yum -list for the x64 packages.
After that you just follow everything normally. On the web installer you will see errors like:
Undefined index: TYPE[/var/www/html/zabbix/include/db.inc.php:606]
Im not sure why, but I did not got those on the x32 version. I just ignored those and followed the install, so i suppose maybe its harmless and its just the web interface errors.
After all that, you will be able to start the agent but not the server. The fix is to edit /etc/init.d/zabbix_server
And fix the field:
ZABBIX_SUCKERD=$BASEDIR/bin/zabbix_server
For the correct path:
ZABBIX_SUCKERD=$BASEDIR/sbin/zabbix_server
Then I just started it normally. I dont detect anything wrong so far just that on the server there are multiple instances of server and agent running but someone told that is normal.
First, for x64 you will need to look manually with yum -list for the x64 packages.
After that you just follow everything normally. On the web installer you will see errors like:
Undefined index: TYPE[/var/www/html/zabbix/include/db.inc.php:606]
Im not sure why, but I did not got those on the x32 version. I just ignored those and followed the install, so i suppose maybe its harmless and its just the web interface errors.
After all that, you will be able to start the agent but not the server. The fix is to edit /etc/init.d/zabbix_server
And fix the field:
ZABBIX_SUCKERD=$BASEDIR/bin/zabbix_server
For the correct path:
ZABBIX_SUCKERD=$BASEDIR/sbin/zabbix_server
Then I just started it normally. I dont detect anything wrong so far just that on the server there are multiple instances of server and agent running but someone told that is normal.

Comment