zabbix安装配置.docx
文本预览下载声明
Zabbix一 安装配置:环境搭建:VMware? Workstation 12 Pro (12.0.0 build-2985596)CentOS-7-x86_64-DVD-1511.iso (user:root password: toor00 )zabbix-3.0.3.tar安装过程:Installation from sourcesYou can get the very latest version of Zabbix by compiling it from the sources.A step-by-step tutorial for installing Zabbix from the sources is provided here.1 Installing Zabbix daemons1 Download the source archiveGo to the /download.phpZabbix download page and download the source archive. Once downloaded, extract the sources, by running:$ tar -zxvf zabbix-3.0.0.tar.gzEnter the correct Zabbix version in the command. It must match the name of the downloaded archive.2 Create user accountFor all of the Zabbix daemon processes, an unprivileged user is required. If a Zabbix daemon is started from an unprivileged user account, it will run as that user. However, if a daemon is started from a root account, it will switch to a zabbix user account, which must be present. To create such a user account (in its own group, “zabbix”) on Linux systems, run:groupadd zabbixuseradd -g zabbix zabbixA separate user account is not required for Zabbix frontend installation.If Zabbix /documentation/3.2/manual/concepts/serverserver and /documentation/3.2/manual/concepts/agentagent are run on the same machine it is recommended to use a different user for running the server than for running the agent. Otherwise, if both are run as the same user, the agent can access the server configuration file and any Admin level user in Zabbix can quite easily retrieve, for example, the database password.Running Zabbix as root, bin, or any other account with special rights is a security risk.3 Create Zabbix databaseFor Zabbix /documentation/3.2/manual/concepts/serverserver and /documentation/3.2/manual/concepts/proxyproxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix /documentation/3.2/manual/concepts/agentagent.SQL /documentation/3.2/manual/appendix/install/db_scriptsscripts are provided for
显示全部