Close
Log in to Zabbix Blog
Email
Password
Show password Hide password
Forgot password?
Incorrect e-mail and/or password
or
By creating an account or logging in with an existing account, you agree to our Terms of Service
Handy TipsTechnicalHow ToIntegrationsConferencesCommunityNewsSocialInterviewCase StudyLogin
Tag:

api

Using the zabbix_utils Library for Tool Development
Using the zabbix_utils Library for Tool Development
November 12, 2024
How To
In this article, we will explore a practical example of using the zabbix_utils library to solve a non-trivial task – obtaining a list of alert recipients for triggers associated with a specific Zabbix host. You will learn how to easily automate the process of collecting this information, and see examples of real code that can […]
What’s Up, Home? – Monitor your ad blocker with Zabbix
What’s Up, Home? – Monitor your ad blocker with Zabbix
November 28, 2023
Community
Can you monitor your ad blocker with Zabbix? Of course, you can!
How to write a webhook for Zabbix
How to write a webhook for Zabbix
February 7, 2023
How To
As you know, a picture is worth a thousand words. Therefore, I would like to share the process of creating a webhook from scratch. In this article, we will walk through the creation process step by step – starting with studying the target service with which Zabbix will integrate and finishing with tests for sending […]
Backups to the rescue!
Backups to the rescue!
September 30, 2022
How To
In this blog post, you will learn how to set up backups for your Zabbix environment. There’s a wide variety of different options when it comes to taking backups of our Zabbix environment, for us, it will just be a matter of choosing the right fit.
Handy Tips #37: Collecting metrics from HTTP endpoints with HTTP agent items
Handy Tips #37: Collecting metrics from HTTP endpoints with HTTP agent items
September 8, 2022
Handy Tips
Collect metrics from HTTP endpoints such as web application APIs by defining HTTP agent items. Collecting metrics from web services and applications is a complex affair usually done by scripting around CLIs and APIs. Organizations require an efficient way to monitor such and endpoints and react to collected data. Collect and react to data from […]
Zabbix meets television – Clever use of Zabbix features by Wolfgang Alper / Zabbix Summit Online 2021
Zabbix meets television – Clever use of Zabbix features by Wolfgang Alper / Zabbix Summit Online 2021
January 28, 2022
Conferences
TV broadcasting infrastructures have seen many great paradigm shifts over the years. From TV to live streaming – the underlying architecture consists of many moving parts supplied by different vendors and solutions. Any potential problems can cause critical downtimes, which are simply not acceptable. Let’s look at how Zabbix fits right into such a dynamic […]
Advanced Zabbix API – 5 API use cases to improve your API workflows
Advanced Zabbix API – 5 API use cases to improve your API workflows
November 18, 2021
How To
As your monitoring infrastructures evolve, you might hit a point when there’s no avoiding using the Zabbix API. The Zabbix API can be used to automate a particular part of your day-to-day workflow, troubleshoot your monitoring or to simply analyze or get statistics about a specific set of entities. In this blog post, we will […]
Simplifying Zabbix API workflows with named Zabbix API tokens
Simplifying Zabbix API workflows with named Zabbix API tokens
November 11, 2021
How To
Zabbix API enables you to collect any and all information from your Zabbix instance by using a multitude of API methods. You can even utilize Zabbix API calls in your HTTP items. For example, this can be used to monitor the number of particular sets of metrics and visualize their growth over time. With named […]
Maintaining Zabbix API token via JavaScript
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
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
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
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.
12Next