Tag:
api
Maintaining Zabbix API token via JavaScript
September 14, 2021
How To
In this blog post, we will talk about maintaining and storing the Zabbix API session key in an automated fashion. The blog post builds upon the Close problem automatically via Zabbix API subject and can be used as extra configuration for this particular use-case. The blog post also shares a great example of synthetic monitoring […]
Handy Tips #1: Zabbix API tokens for secure integrations
July 7, 2021
Handy Tips
Learn about best practices to secure your Zabbix API using token-based authentication and create seamless and protected integrations with any software. Previously, the only way to access Zabbix API was to pass Zabbix login credentials through user.login method. So, the common practice was to create a special API-only user with disabled access to frontend and […]
Summarize devices that are not reachable
January 14, 2021
How To
In this lab, we will list all devices which are not reachable by a monitoring tool. This is good when we want to improve the overall monitoring experience and decrease the size queue (metrics which has not been arrived at the instance).
Close problem automatically via Zabbix API
November 20, 2020
Case Study
Today we are talking about a use case when it’s impossible to find a proper way to write a recovery expression for the Zabbix trigger. In other words, we know how to identify problems. But there is no good way to detect when the problem is gone.
Zabbix API scripting via curl and jq
November 18, 2020
How To
In this lab we will use a bash environment and utilities ‘curl’ and ‘jq’ to perform Zabbix API calls, do some scripting.
Zabbix API calls through Postman
November 16, 2020
How To
Zabbix API calls can be used through the graphical user interface (GUI), no need to jump to scripting. An application to perform API calls is called Postman.
Zabbix API – the easy way
October 19, 2020
Conferences
Some integration might require complex operations and data processing. So, at a certain point, if you have never used the API, you might need to use the API to solve some integration issues.
Zabbix API Explained
March 25, 2020
Technical
Understand how to utilize Zabbix API, automate daily processes, and integrate with other solutions.
Improved Zabbix API documentation
April 11, 2013
News
Exciting news! After a lot of hard work and hundreds of cups of coffee we’re proud to announce that the new documentation of the Zabbix API is complete. The improved API documentation provides both a high level overview of the available methods and in-depth descriptions of each method separately.
Newly documented APIs
February 11, 2013
Community
We’ve recently published the documentation for some of the APIs that have been introduced in 2.0 but had not been covered in the manual at all. If you are a Zabbix expert, you’re probably already aware of their existence, but if you don’t know your way around the source code, you might have missed them. Anyway, […]
API versioning
November 6, 2012
Community
The 2.0.4 release contains a lot of improvements so one tiny change may have passed unnoticed: the version of the API has been bumped to 2.0.4 as well. Indeed, that’s one small change in the code, but a huge decision for the Zabbix developers team. The API version has remained on 1.4 since the release […]
Getting started with Zabbix API
August 3, 2012
How To
Zabbix API starts to play significant role especially when it comes to integration of Zabbix with third-party software like configuration and incident management systems as well as for automation of routine tasks. It is incredibly difficult to manage monitoring of thousands of hosts without some automation in place.