🎈About🎈
💋 订阅Youtube💋:
安装环境:
Centos 8.3/Mysql/Apache/Zabbix 5.2
安装Zabbix存储库
# rpm -Uvh
# dnf clean all
安装前端、代理
# dnf install zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-agent
安装数据库
# dnf -y install mariadb-server && systemctl start mariadb && systemctl enable mariadb
重置mysql密码
# mysql_secure_installation
初始化数据库
# mysql -uroot -p
password
# create database zabbix character set utf8 collate utf8_bin;
# create user zabbix@localhost identified by ‘password’;
# grant all privileges on zabbix.* to zabbix@localhost;
# quit;
在 Zabbix 服务器主机上导入初始模式和数据。将提示您输入mysql密码
# zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
编辑 /etc/zabbix/zabbix_server.conf 文件,找到DBPassword并在=后边输入创建的数据库密码
DBPassword=password
重新启动Zabbix和httpd服务
# systemctl restart zabbix-server zabbix-agent httpd php-fpm
# systemctl enable zabbix-server zabbix-agent httpd php-fpm
😜AdobePremierePro2022如何添加多字幕:
😮AiseesoftVideoEnhancer视频模糊变清晰 2022:
🤗AI人工智能让逝去的亲人在照片里“复活” 2022:
☺️Android手机共享VPN给Windows Linux MacOS或智能电视 2022:
☺️Chrome全平台网页监控提醒插件(薅羊毛必备) 2022:
😋DeepFace再升级人工智能换脸术Avatarify 2022 :
😏Excel 2021 教程之快速建立数据表 2022:
😜Excel 2021 教程之全新函数 Xlookup 2022:
😮How to get Text Edit Plus 9 for free (cc):
🤗How To Make Money With Computer in 2021:
☺️IDM(Internet Download Manager)下载BT种子torrent磁力链接的高级技巧 2022:
☺️IDM下载BT种子磁力链接免费10GB离线空间 2022:
😋IObitMalwareFighter PRO 9 顶级杀毒软件限免下载 2022:
😏Kodi安装Youtube API KEY 2022:
😜MacOS12 Monterey必备开源免费压缩软件&加密软件 2022:
😮MacOS12 Monterey共享VPN实现 2022:
🤗MacOS12 Monterey局域网共享代理 2022:
☺️MacOS12 Monterey两款必备的免费开源万能播放器 2022:
☺️MACOS12 Monterey免费开源加密解压软件 2022:
😋MACOS12 Monterey免费开源万能播放器IINA VLC 2022:
😏MacOS12 Monterey提示“您没有权限来打开应用程序”xxx””解决方案 2022:
😜Microsoft Office 2021 for MacOS 官方下载:
😮NextCloud for Centos 自建免费私有云盘 2022:
🤗OBS Studio for Mac 2022 使用教程:
☺️PowerPoint2021 3D模型使用技巧 2022:
☺️PPT必备在线制作生动的水中倒影Gif动画 2022:
😋TOP5变声软件 2022:
😏V2RayN V2RayW Clash Qv2ray Mellow 测评 2022:
😜V2RAY如何切换xray核心 2022:
😮VmwareWorkstation安装MacOS12 Monterey教程 2022:
🤗VmwareWorkstation提示”该电脑必须支持TPM2.0″的解决方案:
☺️Windows11 10个不得不学的高效实用技巧 2022:
☺️Windows11″此版本的Windows不支持该处理器”解决方案 2022:
😋Windows11/MacOS12/Linux全平台免费开源杀毒软件ClamAV 2022:
😏Windows11安装Android应用APK 2022:
😜Windows11必备的四个精品开源免费软件 2022:
😮Windows11变回经典的右键菜单 2022:
🤗Windows11不得不安装的四个开源软件 2022:
☺️Windows11不支持任务栏拖拽的解决方案 2022:
☺️Windows11的18个更新靓点 2022:
😋Windows11秒变MacOS的五个软件 2022:
😏Windows11内置的6种快捷截图方法 2022:
😜Windows11内置的防勒索病毒功能如何打开 2022:
😮Windows11台式机如何使用音量快捷键 2022:
🤗Windows11文件夹加密正版授权限免下载 2022:
☺️Windows11远程控制Android智能电脑 2022:
大佬,我跟着这个教程做了,不行呀。我用的是云服务器安装,然后127这个没办法访问,而且在最后重启那两行代码,也出问题了。
[[email protected] ~]# systemctl restart zabbix-server zabbix-agent httpd php-fpm
Failed to restart httpd.service: Unit httpd.service not found.
[[email protected] ~]# systemctl enable zabbix-server zabbix-agent httpd php-fpm
Failed to enable unit: Unit file httpd.service does not exist.