zbxtable 1.0

Introduction

ZbxTable is an open source Zabbix reporting system developed using Go language. The basic features are as follows:

  • 导出监控指标特定时间段内的详情数据与趋势数据到 xlsx
  • 导出特定时间段内 Zabbix 的告警消息到 xlsx
  • 对特定时间段研内的告警消息进行分析,告警 Top10 等
  • 按照主机组导出巡检报告
  • 对 Zabbix 图形按照数类型进行显示和查看并支持导出到 pdf
  • 主机未恢复告警显示和查询

Architecture

1

Component

ZbxTable: Back-end program written using beego framework

ZbxTable-Web: Frontend written in React

MS-Agent: Installed on Zabbix Server, used to receive alarms generated by Zabbix Server and send them to ZbxTable platform

Documentation

Documentation

Demo

https://zbx.cactifans.com

Compatibility

zabbix version Compatibility
5.0.x LTS
4.4.x
4.2.x
4.0.x LTS
3.4.x ❓ 理论支持未测试
3.2.x ❓ 理论支持未测试
3.0.x LTS ❓ 理论支持未测试

Source code and RPM package

1.Source code

ZbxTable: https://github.com/canghai908/zbxtable

ZbxTable-Web: https://github.com/canghai908/zbxtable-web

MS-Agent: https://github.com/canghai908/ms-agent

2.RPM

ZbxTable: https://dl.cactifans.com/zabbix/zbxtable-1.0.0-1.el7.x86_64.rpm

ZbxTable-Web: https://dl.cactifans.com/zabbix/zbxtable-web-1.0.0-1.el7.x86_64.rpm

MS-Agent: https://dl.cactifans.com/zabbix/ms-agent-1.0.0-1.el7.x86_64.rpm

System default account: admin Password: Zbxtable

Team

Back-end development

canghai908

Front-end development

ahyiru

Screenshot

系统登录 1

系统首页 1

主机列表 1

图形管理 1

图形导出 1

指标导出 1

巡检报告导出 1

告警分析 1

告警导出 1