Hey guys, I'm having two separate issues with Zabbix Grafana.
Zabbix 3.2 and Grafana latest version.
1. Repeat row - I am unable to use this feature. When I go into "row options" there's no option to select repeat row. I know this feature is supposed to work because it does in the grafana-zabbix demo, but even there I don't see that option. Any advice?
2. This is a possible bug. I'm using the repeat panel function to automatically create disk space graphs for each disk in the host. For some reason, Grafana also sees disk drives that do not exist on the host and creates empty panels.
My query is:
Regex filter is:
The values I'm getting don't match the actual host, so for example if it only has a C:\ drive, Grafana sees C:\,F:\,Q:\...
Would appreciate any help.
Thanks!
EDIT: Just solved the first issue, doh. Second issue still remains, though...
Zabbix 3.2 and Grafana latest version.
1. Repeat row - I am unable to use this feature. When I go into "row options" there's no option to select repeat row. I know this feature is supposed to work because it does in the grafana-zabbix demo, but even there I don't see that option. Any advice?
2. This is a possible bug. I'm using the repeat panel function to automatically create disk space graphs for each disk in the host. For some reason, Grafana also sees disk drives that do not exist on the host and creates empty panels.
My query is:
Code:
$group.*.Filesystems.*
Code:
/Total disk space on (.*)/
Would appreciate any help.
Thanks!
EDIT: Just solved the first issue, doh. Second issue still remains, though...
Comment