Zabbix 6.0 Services
See original GitHub issueHello,
zabbix 6.0 have big changes in services.
In the API are new methods for this.
[Object]()
[status:500]()
[statusText:"Internal Server Error"]()
[data:Object]()
[error:"Internal Server Error"]()
[message:"Method not found. Incorrect method \"service.getsla\"."]()
[config:Object]()
[url:"api/datasources/1/resources/zabbix-api"]()
[method:"POST"]()
[headers:Object]()
[hideFromInspector:false]()
[data:Object]()
[retry:0]()
[message:"Method not found. Incorrect method \"service.getsla\"."]()
Can you check this for the next version?
Thank you for this Grafana Plugin 😃
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:11 (1 by maintainers)
Top Results From Across the Web
What's new in Zabbix 6.0 LTS
The Services section has been completely redesigned for Zabbix 6.0 · Zabbix supports monitoring of over 100k business services in a single Zabbix...
Read more >Zabbix 6.0 LTS – All the Latest Features & Functionalities
Zabbix is a robust network, virtual machine, cloud service, and server monitoring software built on an open-source environment.
Read more >Zabbix Server 6.0 - AWS Marketplace
Zabbix Server 6.0 ... Zabbix is an enterprise-class open source distributed monitoring software designed to monitor and track performance and availability of ...
Read more >Zabbix Server 6.0 - DigitalOcean Documentation
Zabbix is an all-in-one monitoring solution that allows users to collect, store, manage and analyze information received from IT infrastructure, as well as ......
Read more >Zabbix Server 6.0 - Azure Marketplace
Zabbix is an enterprise-class open source distributed all-in-one monitoring solution designed to monitor and track performance and availability of IT services, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Dears,
The method “service.getsla” was changed to “sla.getsli”.
With this change, some fields changed in response result, such as sla to sli.
I think that criticals informations in both method are:
service.getsla…->…sla.getsli sla …->…sli okTime…->…uptime problemTime…->…error_budget downtimeTime…->…downtime
May these pieces of information help you to fix it.
Through fix, we’ll can to create beautiful dashboards again.
Thanks to keep development!
I pushed a workaround 744280798a98c34885162e9f66e05f2e3edaa606 for new SLA feature that should fix this issue. Unfortunately, SLA is not 100% compatible with IT services (there might be multiple SLAs for each service and SLI object contains a bit different set of data), so I think I need to add full support of SLA in next minor version.