I am having issues getting my Zabbix server up on my VM running Red Hat. I can get the website up but get the error message that the server is not running. I went and took a look at the /var/log/zabbix and took a look at the server log and was getting the following error:
569:20210723:115852.136 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
I verified the username and password were correct in the .conf and .php files
I also was getting this error on the GUI:
fsockopen(): Unable to connect to 127.0.0.1:10051 (Permission denied) [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → get_status() → CZabbixServer->isRunning() → CZabbixServer->request() → CZabbixServer->connect() → fsockopen() in include/classes/server/CZabbixServer.php:577
I am guessing that is a firewall issue(I will check that a bit later) but is the DB issue related? I am trying to solve one issue at a time and admittedly very rusty on Linux.
569:20210723:115852.136 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
I verified the username and password were correct in the .conf and .php files
I also was getting this error on the GUI:
fsockopen(): Unable to connect to 127.0.0.1:10051 (Permission denied) [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → get_status() → CZabbixServer->isRunning() → CZabbixServer->request() → CZabbixServer->connect() → fsockopen() in include/classes/server/CZabbixServer.php:577
I am guessing that is a firewall issue(I will check that a bit later) but is the DB issue related? I am trying to solve one issue at a time and admittedly very rusty on Linux.
Now to start adding the rest of my lab network on for testing.
Comment