I have a dashboard with several Stat-type views, which are causing the page to scroll. I would like to know if Grafana has any functionality to list Stat-type views or any other type only if the result was negative/problem?
If possible, can you send me an example?
This way the dashboard would be cleaner
Thankyou
If you can limit the data for only the data that has problem, Grafana would not show it. What’s your datasource?
Edit: I guessed before but I think I’ll need a clarification on what “problem” is - e.g. you have the rooms temperature and you want to display only rooms with negative temperatures, not all, right?
Right! I need to show only the negative temperature.
I am using Zabbix Triggers to list the statuses, as shown in the example below.
(last(/ISMTZPROD04.DRMTZ.COM.BR/windows.file.bydate.count[“E:/Producao/Bancos/Retorno/Seguro-Mumps/748/61635”,“61635”,“yyyyMMdd”,“4”])=0 and last(/XXXXX/windows.file.bydate.count[“T:TEST/receives/”,“61635”,“yyyyMMdd”,“4”])=0 and last(/YYYYY/windows.file.bydate.count[“T:TEST/receives//processados/”,“61635”,“ddMMyyyy”,0])=0) and dayofweek()<6 and time()>082000
Sorry for the late response (I totally forgot ). I don’t know much about Zabbix datasource, could you please share some data in table view? (With crossed out data that is sensitive of course). Grafana has some transformations to filter out the data you don’t want (would not show the stat panels then), namely:
Would those work (or if it’s doable in zabbix datasource you can do that there)?