如何实现Zabbix监控GlusterFS?

Zabbix

1 前言

一个问题,一篇文章,一出故事。
笔者实验环境有使用GlusterFS,

如何集成GlusterFS到Proxmox VM集群?


于是,监控存储的状态就有了需求,于是本章将整理满足此需求的方案。

2 最佳实践

2.1 Zabbix环境

如何Oracle Linux 9.x部署企业监控Zabbix?

2.2 配置GlusterFS模板

2.2.1 下载模板

wget https://github.com/zabbix/community-templates/blob/main/Applications/Clustered_File_Systems/template_glusterfs_discovery/6.0/template_glusterfs_discovery.yaml

以上只是下载演示,如果你下载异常或者需要其他版本,请参阅如下连接,
https://github.com/zabbix/community-templates/tree/main/Applications/Clustered_File_Systems/template_glusterfs_discovery

2.2.2 导入模板

单击【Data collection】-> 【Templates】-> 【Import】

如上图所示,
单击【Import File】并选择刚才下载的模板文件
单击【Import】即可

2.2.3 应用模板到主机

单击【Data collection】-> 【Host】
在“Name”栏中选中需要加载模板的节点,如本返利是【proxmox0X】
在【Templates Name】中单击【Select】
在【Templates Gluster】中单击【Select】->【Templates】->【Gluster Storage】
单击【Update】即可完成设置

参阅文档
===================

模板下载
—————
https://github.com/zabbix/community-templates/tree/main/Applications/Clustered_File_Systems/template_glusterfs_discovery

官方github首页
—————-
https://github.com/zabbix/community-templates

zabbix模板下载总页面
—————–
https://www.zabbix.com/cn/integrations

zabbix glusterfs模板下载页面
—————–
https://www.zabbix.com/cn/integrations/glusterfs

没有评论

发表回复

Zabbix
如何设置Zabbix用ping监控设备?

1 前言 一个问题,一篇文章,一出故事。 笔者发现很多设备无法安装Zabbix Agent或者支持S …

OpenWRT
如何配置openWRT Zabbix Agent

1 前言 一个问题,一篇文章,一出故事。 笔者今天部署想把openWRT加入到Zabbix里面监控, …

Zabbix
如何Oracle Linux 9.x部署企业监控Zabbix?

1 理论部分 zabbix(音同 zbix)是一个基于WEB界面的提供分布式系统监视以及网络监视功能 …