Fork me on GitHub

随笔分类 -  zabbix

摘要:## zabbix6.0 server端已经不支持centos7 了,故本文章以RockyLinux 9 演示 OS :Rocky Linux release 9.2 (Blue Onyx) Database: Mysql Web Server :Nginx RockyLinux下载地址:https 阅读全文
posted @ 2023-08-18 17:22 Alex-Lzy 阅读(3360) 评论(0) 推荐(0) 编辑
摘要:默认zabbix不带这个模板,点此自动下载,或者https://share.zabbix.com/printers/universal-printer-template 下载 下拉至最下面,选择5.0 一、导入监控模板 配置 模板 导入(右上角) 注释:如提示导入错误,关联的模板Template M 阅读全文
posted @ 2021-06-29 11:31 Alex-Lzy 阅读(1612) 评论(1) 推荐(0) 编辑
摘要:一、下载yum源 rpm -Uvh https://mirrors.aliyun.com/zabbix/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm 下载阿里云base源 wget https://mirrors.aliyu 阅读全文
posted @ 2021-06-28 11:31 Alex-Lzy 阅读(305) 评论(0) 推荐(0) 编辑
摘要:安装环境:Centos8 一、下载阿里云zabbix源 rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/5.0/rhel/8/x86_64/zabbix-release-5.0-1.el8.noarch.rpm 二、更换yum源的地址为阿里云地址 阅读全文
posted @ 2021-06-28 11:23 Alex-Lzy 阅读(241) 评论(0) 推荐(0) 编辑
摘要:一、 关闭防火墙和禁用selinux 1 systemctl stop firewalld 2 systemctl disable firewalld 3 sed -i "s/SELINUX=.*/SELINUX=Disabled/" /etc/selinux/config 二、安装zabbix 1 阅读全文
posted @ 2021-06-24 17:02 Alex-Lzy 阅读(5076) 评论(0) 推荐(0) 编辑
摘要:1 zcat /usr/share/doc/zabbix-server-mysql-*/create.sql.gz |mysql -uzabbix -pcentos -h192.168.1.4 2 ERROR 1046 (3D000) at line 1: No database selected 阅读全文
posted @ 2021-06-23 09:09 Alex-Lzy 阅读(782) 评论(0) 推荐(0) 编辑