Zabbix添加Flashcache监控

下载 ZabbixFlashcache 开源模板

git clone https://github.com/lesovsky/zabbix-extensions.git

设置 zabbix_agentd

# 安装配置文件
cp zabbix-extensions/files/flashcache/flashcache.conf /usr/local/etc/zabbix_agentd.conf.d/
# 安装脚本
mkdir /usr/local/etc/zabbix_scripts
cp zabbix-extensions/files/flashcache/scripts/* /usr/local/etc/zabbix_scripts/
# 修改配置文件中引用的脚本路径
sed --in-place -e 's/\/usr\/libexec\/zabbix-extensions\//\/usr\/local\/etc\/zabbix_/g' /usr/local/etc/zabbix_agentd.conf.d/flashcache.conf
# 包含配置文件目录
sed --in-place -e 's/# Include=\/usr\/local\/etc\/zabbix_agentd\.conf\.d\//Include=\/usr\/local\/etc\/zabbix_agentd\.conf\.d\//g' /usr/local/etc/zabbix_agentd.conf

重启 zabbix_agentd 生效配置。

设置 Zabbix 后台

  • 导入 Flashcache 模板

    Configuration -> Templates -> Import -> Import file 选择之前下载的 zabbix-extensions/files/flashcache/flashcache-template.xml

  • 应用 Flashcache 模板

    Configuration -> Hosts 下选择要应用到的主机 -> Templates -> Link new templates 选择 Flashcache-Template