Skip to content

Commit

Permalink
add zabbix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwe committed Mar 10, 2024
1 parent 46fbde1 commit aebee80
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Empty file added Linux/prometheus.md
Empty file.
16 changes: 16 additions & 0 deletions Linux/zabbix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## zabbix安装

### 部署

[【保姆级教程-超详细】zabbix 5.0 LTS企业级分布式监控服务搭建、使用及进阶 - 知乎](https://zhuanlan.zhihu.com/p/434879809 )

选择配置生成命令

https://www.zabbix.com/cn/download?zabbix=6.4&os_distribution=ubuntu&os_version=22.04&components=server_frontend_agent&db=mysql&ws=nginx

```shell
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb
apt update
```

0 comments on commit aebee80

Please sign in to comment.