zabbix网络管理安装教程

安装:

apt install zabbix-server-mysql zabbix-frontend-php zabbix-nginx-conf zabbix-sql-scripts zabbix-agent

参考资源:

官网:

下载:

其它:

常用指令:

目标与应用价值:

部署难点:

1、数据库问题

2、服务启动问题

3、nginx问题

4、apach问题

5、管理问题

遇到问题:

apt-get install libc6-dev g++

更换更新源:

1、备份原本的软件源文件

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

2、删除原本的软件源

sudo vim /etc/apt/sources.list

3、添加软件源(从中选一即可)

清华源

默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-security main restricted universe multiverse

预发布软件源,不建议启用

deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse

deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse

阿里源

deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse

4、更新源和软件

#更新获取软件源提供的软件列表

sudo apt-get update

#更新软件

sudo apt-get -y upgrade

相关推荐
汪汪大队u5 天前
Zabbix 6.0 部署踩坑记:从启动失败到 Web 成功访问
前端·zabbix
江南风月7 天前
WGCLOUD支持创建子账号吗
运维·zabbix·运维开发·prometheus
L1624768 天前
Zabbix 7.0 LTS 完整部署与运维手册(AlmaLinux 9 + MySQL 8.0 + Nginx)
运维·mysql·zabbix
运维小菜鸟h9 天前
zabbix5.0 生成问题报表html
zabbix
jieyucx13 天前
从零搭建 Zabbix 监控系统:7.0 版本原理与 Nginx 生产部署实操
运维·nginx·zabbix
SRETalk1 个月前
Zabbix、Prometheus、Grafana、Nightingale,四个监控如何选型?
zabbix·grafana·prometheus·nightingale
荣--1 个月前
一键部署不是为了省时间 —— 它是把"买来的 PaaS"变成"自己的平台"的拐点
运维·zabbix·工程化·一键部署·平台化·边界设计
qq_349447951 个月前
Zabbix自助发现监控机器配置
zabbix
mwmbfh1 个月前
zabbix图表(图形/监控图)中文显示为方框/方块的解决办法
zabbix
江南风月1 个月前
WGCLOUD保姆级教程最新版整理
运维·zabbix·运维开发·prometheus·日志审计