
zabbix
youC6H6根号2
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Grafana详细安装步骤
#Redhat & Centos(64 Bit) wget -c https://dl.grafana.com/oss/release/grafana-6.4.4-1.x86_64.rpm sudo yum localinstall grafana-6.4.4-1.x86_64.rpm #启动grafana systemctl start grafana-server #设置开机自启 sy...原创 2019-11-12 11:26:17 · 715 阅读 · 0 评论 -
ZABBIX4.X CentOS7安装步骤
centos 7 添加阿里云镜像 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo yum install epel-release 安装常用的开发组件 yum groups install “Development Tools” yum groups info “Dev...转载 2019-10-26 17:13:38 · 323 阅读 · 0 评论