Hello Community,
I have a dashboard with a zabbix data source with ID 5363 but it is showing “No Data” on the Filesystem(space utilization%) panel.
Please can anyone help?
Hello Community,
I have a dashboard with a zabbix data source with ID 5363 but it is showing “No Data” on the Filesystem(space utilization%) panel.
Please can anyone help?
Panel query filter
Edit the panel and verify the query is actually matching your host’s filesystem items. If this is an older dashboard running against Zabbix 6.x+, check whether it’s filtering by Application . If so, update the query to use Item tags or another filter supported by your dashboard/plugin.
In Monitoring → Latest data, search for the host and confirm the expected filesystem item exists and has recent values. For example, if the panel is showing filesystem utilization, verify the key (such as vfs.fs.size[/,pused]) matches what the panel query expects.
LLD discovery
Filesystem items are usually created by Low-Level Discovery (vfs.fs.discovery). If discovery hasn’t run successfully, the filesystem items won’t exist.
Query Inspector
Open Edit → Query Inspector and run the query. If no items are returned, the query isn’t matching any data from Zabbix. If items are returned but there are no datapoints, check the dashboard time range and your data retention settings.
Use Explore to check the Filesystem usage metrics populated from Zabbix data source