ASP源码.NET源码PHP源码JSP源码JAVA源码DELPHI源码PB源码VC源码VB源码Android源码
当前位置:首页 >> 系统运维 >> CentOS 7Install Zabbix Monitoring Server and Agent

CentOS 7Install Zabbix Monitoring Server and Agent(3/5)

来源:网络整理     时间:2016-05-05     关键词:

本篇文章主要介绍了"CentOS 7Install Zabbix Monitoring Server and Agent",主要涉及到方面的内容,对于系统运维感兴趣的同学可以参考一下: n this tutorial we will setup a complete Network Monitoring System to install an...

CentOS 7Install Zabbix Monitoring Server and Agent
Now run make to install everything

[root@linux-tutorials zabbix-2.4.5]# make install

Front-End Installation using PHP

Now we need to create the apache document root directory to then move all frontend php files in it.

[root@linux-tutorials zabbix-2.4.5]# mkdir /var/www/html/zabbix
[root@linux-tutorials zabbix-2.4.5]# cp -r frontends/php/* /var/www/html/zabbix/
[root@linux-tutorials zabbix-2.4.5]#

Setup basic parameters in PHP configuration file php.ini

[root@linux-tutorials zabbix-2.4.5]# vim /etc/php.ini

Restart Apache service to take effect after making change in php.ini file.

[root@linux-tutorials zabbix-2.4.5]# systemctl restart httpd.service

In your browser, open Zabbix URL as per your server IP or name.

http://://172.20.3.174/zabbix

You should see the first screen of the frontend installation wizard.
CentOS 7Install Zabbix Monitoring Server and Agent

Once php parameters are setup in the screen it should be all parameters ok. Click on to NEXT

CentOS 7Install Zabbix Monitoring Server and Agent

Enter details for connection to the database. Zabbix database must be already created.
Then Enter Zabbix servers detail and click on Test Connection to confirm its connectivity with the database.

CentOS 7Install Zabbix Monitoring Server and Agent

Review a summary of settings.

相关图片

相关文章