ilovepancakes95 / idrac_snmp-grafana

SNMP Based Dashboard to Monitor Dell Hosts via iDRAC
https://grafana.com/grafana/dashboards/12106
Other
139 stars 36 forks source link

Statusmap error #37

Closed sinankizar closed 2 months ago

sinankizar commented 2 months ago

Hello and thank you for the update. I am on grafana 10 and global status panel gives me the error on screenshot:

image

Thanks in advance :)

ilovepancakes95 commented 2 months ago

This is simply a limitation in Grafana I think, as it can only display so many data points on a status map panel before there are too many to factor in to displaying. If you change the time range of the dashboard to something like "Past 1 Hour" it should display correctly.

If you want to customize your setup to still display the status map even when using a time range like "Past 3 Days" you'll need to modify the query frequency to only record a status update point to the database every hour let's say rather than every 30 seconds. Or change the panel to only "read" points from the database every hour rather than using every single point available.

sinankizar commented 2 months ago

Thanks for the detiled reply bur i couldn't seem to find how to do those. Can you please point me out?

ilovepancakes95 commented 2 months ago

You want to edit the panel query and set a "Limit" to be the max number of points the panel is allowed to render. The correct value will depend on the size of your window and the resolution of your monitor actually. The "larger" the panel physically on the screen the more points it can display before the error is shown. See below image of where to set this in the query editor.

Screenshot 2024-05-24 at 3 37 39 PM
sinankizar commented 1 month ago

hello again,

Sorry for resurrecting this but if it is possible i want to display this in 30min intervals. The panel displays the data with 10 second intervals. Can you please point me out how to aciheve this?

Thanks in advance :)