需要每周 mysql CPU、内存、磁盘 space 的 zabbix 报告

Need weekly mysql zabbix report for CPU,memory,disk space

请帮助我们生成每周报告。

我们使用了zabbix提供的数据库。

服务器详细信息

OS-Redhat 6.4 Mysql服务器版本:5.5.17

我们使用以下查询查询当前时间。

查询:

select h.host "Device Type",
replace(replace(replace(i.name,'',substring_index(substring_index(i.key_,',',1),'[',-1)),
'',substring_index(substring_index(i.key_,',',2),',',-1)),
'',substring_index(substring_index(i.key_,',',-1),']',1)) "Parameter Description",
i.lastvalue/1024/1024/1024 "VALUE",
i.delay "Polling Interval(in min)" from hosts h, items i, interface n 
where h.hostid=n.hostid and h.hostid=i.hostid and h.status=0 and i.status=0 and h.host='CRMAPP01' order by h.host;)

目前 zabbix 没有内置的自动报告功能,最好的方法是使用外部程序,如 Pentaho Reporting to 运行 每个月(自动)