Installation of Zabbix in Centos 7
-
MariaDB [zabbixdb]> select userid,name from users;
+--------+--------+
| userid | name |
+--------+--------+
| 1 | Zabbix |
| 2 | |
+--------+--------+
2 rows in set (0.00 sec) -
It looks like the data has loaded right... let's check one more...
select imageid,imagetype,name from images limit 10;
-
The output is given below
MariaDB [zabbixdb]> select imageid,imagetype,name from images limit 10;
+---------+-----------+---------------------+
| imageid | imagetype | name |
+---------+-----------+---------------------+
| 1 | 1 | Cloud_(128) |
| 2 | 1 | Cloud_(24) |
| 3 | 1 | Cloud_(48) |
| 4 | 1 | Cloud_(64) |
| 5 | 1 | Cloud_(96) |
| 6 | 1 | Crypto-router_(128) |
| 7 | 1 | Crypto-router_(24) |
| 8 | 1 | Crypto-router_(48) |
| 9 | 1 | Crypto-router_(64) |
| 10 | 1 | Crypto-router_(96) |
+---------+-----------+---------------------+ -
Okay, so everything appears to be working.
What happens if you http://<ip of your server>/zabbix ?
-
The zabbix installation page comes
-
Ah, okay, that is good, then. 8-)
Go through the installation process one step at a time. Send a screenshot if you get any errors.
-
The issue I am facing here is given below
-
@Lakshmana look at how I edited your post so that the image would show up. If you type it in like that you actually get the inline image.
-
Also... Check the spelling in your php.ini file's date.timezone...
http://php.net/manual/en/timezones.asia.php
Shows it as Asia/Kolkata (one t, not two).
After that, restart Apache again, and you should be good.
-
Also, the timezone should be UTC. Why is it being set to Asia?
-
I just followed the steps given in the link for the configuration and now i will change
-
how to change the time zone to your place
?? -
@Lakshmana said:
how to change the time zone to your place
??How did you change it to Asia initially?
-
By this command given in the unixmen
Edit file /etc/httpd/conf.d/zabbix:
vi /etc/httpd/conf.d/zabbix.conf
Update your timezone:php_value date.timezone Asia/Kolkata
-
@Lakshmana said:
By this command given in the unixmen
Edit file /etc/httpd/conf.d/zabbix:
vi /etc/httpd/conf.d/zabbix.conf
Update your timezone:php_value date.timezone Asia/Kolkata
The PHP value for UTC is simply UTC
-
ok Done.The Login name or password id incorrect throughed and i am checking for the credentials
-
When you went through the installation process, did it ask you to create an admin username and password?
-
@dafyre said:
h the installation process, did it ask you to create an admin username and password?
yes,i have given the username and password in the path
vi /etc/zabbix/zabbix_server.conf
-
@Lakshmana said:
@dafyre said:
h the installation process, did it ask you to create an admin username and password?
yes,i have given the username and password in the path
vi /etc/zabbix/zabbix_server.conf
That cannot be the right place for that. That should be the database username and password. Not the Zabbix user accounts. They are in the database.
-
How to find the username and password for the zabbix in terminal?