Feature request: SLA graph over time
See original GitHub issueHi @alexanderzobnin,
Is your feature request related to a problem? Please describe. The SLAs are available via service.getsla, which gives us a Graph with a continuous line from timestamp A to timestamp B.
Describe the solution you’d like I would like to have a variable graph, that change the slope when the SLAs changes inside the timestamp period.
Describe alternatives you’ve considered I see, there is a Service availability report with the option “daily”, which would get us at least a daily resolution for this, for example here,
https://zabbixurl/zabbix.php?action=report.services&serviceid=1&period=daily&year=2019
Additional context I am new to Zabbix, so I don’t known the background, why this is not implemented over the time already. I would like to hear your opinion about it, and if this should be directly a change request at the zabbix-side.
A kind of workaround/solution would be, sending more than only one interval with service.getsla
, so that you would get more values back.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top GitHub Comments
According to the service.getsla documentation the
intervals
parameter accepts an array of intervals. This should allow querying multiple SLA values within one API request to generate a graph.@mjtrangoni yes, I think #531 should solve this problem, so keep track it.