Install and configure Zabbix server for your platform
a. Install Zabbix repository
documentation
# rpm -Uvh https://repo.zabbix.com/zabbix/4.2/rhel/7/x86_64/zabbix-release-4.2-2.el7.noarch.rpm
# yum clean all
b. Install Zabbix server, frontend, agent
# yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent
c. Create initial database
documentation
# mysql -uroot -p
password
mysql> create database zabbix character set utf8 collate utf8_bin;
mysql> grant all privileges on zabbix.* to zabbix@localhost identified by 'password';
mysql> quit;
Import initial schema and data. You will be prompted to enter your newly created password.
# zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
d. Configure the database for Zabbix server
Edit file /etc/zabbix/zabbix_server.conf
DBPassword=password
e. Configure PHP for Zabbix frontend
Edit file /etc/httpd/conf.d/zabbix.conf, uncomment and set the right timezone for you.
# php_value date.timezone Europe/Riga
f. Start Zabbix server and agent processes
Start Zabbix server and agent processes and make it start at system boot:
# systemctl restart zabbix-server zabbix-agent httpd
# systemctl enable zabbix-server zabbix-agent httpd
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
zabbix4.25 rpm安装包+全部依赖包;可以自建本地yum仓库(含文档说明),避免了官方源(国外)带来的种种问题;全部在 Centos 7.6 测试过。 备注:少打包一个文件【Percona-XtraDB-Cluster-shared-55-5.5.37-25.10.756.el6.x86_64.rpm】
资源推荐
资源详情
资源评论
收起资源包目录
zabbix4.25.rar (44个子文件)
zabbix4.25
httpd-tools-2.4.6-89.el7.centos.1.x86_64.rpm 91KB
libevent-2.0.21-4.el7.x86_64.rpm 214KB
zabbix-agent-4.2.5-1.el7.x86_64.rpm 414KB
unixODBC-2.3.1-11.el7.x86_64.rpm 413KB
mailcap-2.1.41-2.el7.noarch.rpm 31KB
建立本地YUM仓库.txt 371B
zabbix-web-mysql-4.2.5-1.el7.noarch.rpm 9KB
t1lib-5.1.2-14.el7.x86_64.rpm 166KB
php-mbstring-5.4.16-46.el7.x86_64.rpm 505KB
官方说明.txt 1KB
php-ldap-5.4.16-46.el7.x86_64.rpm 53KB
zabbix-server-mysql-4.2.5-1.el7.x86_64.rpm 2.3MB
mariadb-server-5.5.60-1.el7_5.x86_64.rpm 10.91MB
httpd-2.4.6-89.el7.centos.1.x86_64.rpm 2.71MB
apr-util-1.5.2-6.el7.x86_64.rpm 92KB
postgresql-libs-9.2.24-1.el7_5.x86_64.rpm 234KB
libxslt-1.1.28-5.el7.x86_64.rpm 242KB
php-bcmath-5.4.16-46.el7.x86_64.rpm 58KB
fping-3.10-4.el7.x86_64.rpm 46KB
libXpm-3.5.12-1.el7.x86_64.rpm 55KB
zabbix-web-4.2.5-1.el7.noarch.rpm 2.86MB
libxcb-1.13-1.el7.x86_64.rpm 214KB
libX11-1.6.5-2.el7.x86_64.rpm 606KB
php-pdo-5.4.16-46.el7.x86_64.rpm 99KB
参考笔记.txt 1021B
php-common-5.4.16-46.el7.x86_64.rpm 565KB
php-5.4.16-46.el7.x86_64.rpm 1.35MB
apr-1.4.8-3.el7_4.1.x86_64.rpm 103KB
php-mysql-5.4.16-46.el7.x86_64.rpm 101KB
libzip-0.10.1-8.el7.x86_64.rpm 48KB
zabbix-web-pgsql-4.2.5-1.el7.noarch.rpm 9KB
php-gd-5.4.16-46.el7.x86_64.rpm 128KB
php-cli-5.4.16-46.el7.x86_64.rpm 2.75MB
php-pgsql-5.4.16-46.el7.x86_64.rpm 86KB
dejavu-sans-fonts-2.33-6.el7.noarch.rpm 1.41MB
dejavu-fonts-common-2.33-6.el7.noarch.rpm 64KB
OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm 16KB
libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm 49KB
libX11-common-1.6.5-2.el7.noarch.rpm 164KB
libXau-1.0.8-2.1.el7.x86_64.rpm 29KB
OpenIPMI-libs-2.0.23-2.el7.x86_64.rpm 521KB
fontpackages-filesystem-1.44-8.el7.noarch.rpm 10KB
net-snmp-libs-5.7.2-38.el7_6.2.x86_64.rpm 749KB
php-xml-5.4.16-46.el7.x86_64.rpm 126KB
共 44 条
- 1
资源评论
- LearnBC2022-06-16zabbix4.25
autop500
- 粉丝: 12
- 资源: 32
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功