Installation of Zabbix in Centos 7
-
@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?
-
@Lakshmana said:
How to find the username and password for the zabbix in terminal?
You can't look up a password, that would be a major security problem. You need to just reset it.
-
In a default install the username is admin, and the password is blank.
On some systems the username is admin and the default password is zabbix.
-
It worked admin and zabbix good one
-
I can able to access dashboard now
-
If you haven't, you need to go in and set the admin password!
-
I need to access the mysql to change the password??
-
No you can do it from the web interface.
Read up on the administration manual... (https://www.zabbix.com/documentation/2.4/manual) for the 2.4 version...