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:

zabbix api

Introducing zabbix_utils – the official Python library for Zabbix API
Introducing zabbix_utils – the official Python library for Zabbix API
February 1, 2024
How To
In this article, we will introduce you to the main capabilities of the newly released official zabbix_utils library and provide examples of how to use it with Zabbix components.
What’s Up, Home? – Time to Get Sirious
What’s Up, Home? – Time to Get Sirious
July 29, 2022
Community
Can you integrate Zabbix with Siri? Of course, you can! By day, I am a monitoring tech lead in a global cyber security company. By night, I monitor my home with Zabbix & Grafana and do some weird experiments with them. Welcome to my weekly blog about the home project.
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 […]
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 […]