Good afternoon all,
I used the script fround on this website so install Zabbix on a fresh install of CentOS 6.3
The only thing I changed in the script was turning off the check to see if SELinux was running as I couldn't get it to disable. I ran the script as root and it went though the whole install process fine. When I loaded up my web browser to localhost\zabbix I see the error page saying Zabbix is unavailable. The following four error messages are at the top. I took a look at zabbix.conf.php and it says my user is root and no pasword is set. I also ran mysql -u root and then show databases; and it lists the zabbix database there so I know it got created.
Basically I want to get this up and running, but I'd also like to fix the username and password deal with it only being root and no password. I tried searching for each of these errors on line and fond some things that I tried above and a bunch others that go over my head. This is probably the second time I've ever used Linux so my knowledge is very limited. Thank you in advance for any help you can offer.
I used the script fround on this website so install Zabbix on a fresh install of CentOS 6.3
The only thing I changed in the script was turning off the check to see if SELinux was running as I couldn't get it to disable. I ran the script as root and it went though the whole install process fine. When I loaded up my web browser to localhost\zabbix I see the error page saying Zabbix is unavailable. The following four error messages are at the top. I took a look at zabbix.conf.php and it says my user is root and no pasword is set. I also ran mysql -u root and then show databases; and it lists the zabbix database there so I know it got created.
Basically I want to get this up and running, but I'd also like to fix the username and password deal with it only being root and no password. I tried searching for each of these errors on line and fond some things that I tried above and a bunch others that go over my head. This is probably the second time I've ever used Linux so my knowledge is very limited. Thank you in advance for any help you can offer.

PHP Code:
include(/usr/local/share/zabbix/conf/zabbix.conf.php): failed to open stream: Permission denied [include/classes/class.cconfigfile.php:52]
include(): Failed opening '/usr/local/share/zabbix/conf/zabbix.conf.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') [include/classes/class.cconfigfile.php:52]
DB type is not set.
Constant ZBX_PAGE_NO_MENU already defined [warning.php:29]
Comment