Hello everyone,
I'm new to Zabbix and have installed Zabbix 1.8 on Ubuntu Server 12.04 (chose 1.8 so I could install it using apt) with the command
went through the whole process, setup admin and frontend passwords, etc.. and process completed.
However, now when I try to log into the frontend with http://192.168.0.107/zabbix
instead of getting the zabbix login screen, I get
Even if I click on Login, the same page reloads. I've attached a screenshot.
A kind person from a forum guided me to http://www.zabbix.com/wiki/howto/ins...g_the_mysql_db
and I tried to follow things from there, but I can't even get past
which results in
However, when I do it results in
I already have other services like OpenEMR (an Electronic Medical Records system) and Webmin working perfectly OK on the same server and running MySQL.
Would really appreciate some help on this, pls.
I'm new to Zabbix and have installed Zabbix 1.8 on Ubuntu Server 12.04 (chose 1.8 so I could install it using apt) with the command
Code:
sudo apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent
However, now when I try to log into the frontend with http://192.168.0.107/zabbix
instead of getting the zabbix login screen, I get
Code:
You are not logged in.
You cannot view this URL as a guest. You must login to view this page.
If you think this message is wrong, please consult your administrators about getting the necessary permissions.
mysql_connect(): Access denied for user 'zabbix'@'localhost' (using password: YES) [include/db.inc.php:58]
A kind person from a forum guided me to http://www.zabbix.com/wiki/howto/ins...g_the_mysql_db
and I tried to follow things from there, but I can't even get past
Code:
service mysqld status
mysqld: unrecognized service
Code:
mysql start/running, process 816
Would really appreciate some help on this, pls.