Checkmk / grafana-checkmk-datasource

CheckMK data source for Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Individual Time RRD-Steps is not possible

sleeplessnight2 opened this issue · comments

Actually Grafana set the "Step" Value depends on the timerange, for example a timerange from 405minutes gives a step = 60 back.
A range from 406 minutes gives a step = 120 back.

The Bad effect is: The graph is less detailed over a bigger timerange and for some cases it's necessary to see the little "peaks" for example in 24 hours.

The Query Inspector give me this as result:

405 min relative time:

response:Object
result:Object
step:60
start_time:1574320140
end_time:1574344440
curves:Array[3]

407min relative time:

response:Object
result:Object
step:120
start_time:1574320080
end_time:1574344560
curves:Array[2]

What i Expected:

Check_MK RRD is saving 1 min steps for 2880 points. (default)

So it should possible to used this points in Grafana.

Dead plugins will be uninstalled. Other solutions are now being used.