Is it expected behavior that the Super Admin role is required for a user to use an API Token?
I have a separate user than myself. API responses come back empty(ish)
If I use my own account, which is a Super admin, without an API Token: https://www.zabbix.com/documen...
Search Result
Collapse
100 results in 0.0086 seconds.
Keywords
Members
Tags
-
Super Admin role required for API requests
-
fernando.moreira started a topic Zabbix 7.0: Direct Inbound Integration from Dynatrace via Webhook (JSON-RPC 2.0)in Zabbix HelpZabbix 7.0: Direct Inbound Integration from Dynatrace via Webhook (JSON-RPC 2.0)
Hi everyone,
I'm implementing an inbound integration from Dynatrace Managed to Zabbix 7.0. The goal is to have Dynatrace push its Problems directly into Zabbix without an intermediate middleware script.
Current Setup:- Dynatrace is using a "Custom Integration" Webhook
-
Pure Storage template V2, cant get it working
Hello,
I am new to Zabbix and new here so maybe i just struggle because i dont know how things work. For example: it took me a moment to not press seleect but search for the template. I did try a fair amount so i maybe its not me
My goal is to see if Zabbix is the product... -
Need Help with Zabbix MySonicwall Production API.
I have been trying to use the SonicWall API to tell me about firewall and switch licenses, specifically when they will expire. I was able to test and get the API to give me an output; however, the part I’m stuck on is making it so host items are dynamically found within the SonicWall portal that I’m...
-
Переименование хостов (взаимоблокировка)
Решительно всех приветсвую!
Столкнулся с проблемой API метода host.update. Для примера, имеем два хоста:- {'hostid':1, 'host': 'test1'}
- {'hostid':2, 'host': 'test2'}
Выполняю API метод host.update:
...Code:{ 'jsonrpc': '2.0',Last edited by Sinot; 25-06-2025, 12:55. -
Can Zabbix UI display sub-second (ms/ns) timestamps for history.push items?
Hi all,
I’m currently using the history.push API to send high-frequency metrics to Zabbix, and I’m including both the clock (in seconds) and ns (nanoseconds) fields to preserve full timestamp precision.
Here’s a simplified example of what I’m sending:
...Code:{ "host":Last edited by h0ng; 26-05-2025, 09:58. -
API Powershell Script (7.2.x and later)
After many frustrating hours searching the internet for working examples of the API using PowerShell, and only finding old versions that no longer work, I’ve made one from scratch: https://github.com/PhoenixC46/PSZabbix
The readme file has all the instructions needed to get up and running with...👍 1 -
Zabbix perfomance after upgrade to 7.0
Hi everyone,
I have a Zabbix proxy that monitors an enterprise-level application, retrieving data in various ways through the API. Some of the data is sent using the standard HTTP-Agent method. Some are handled via an external check script for additional processing.
On version 5.0.18,...Last edited by xexillia; 17-04-2025, 17:36.☕ 1 -
LDAP automation
Hi there,
I'm currently installing Zabbix and I'm trying to ansibilize all the installation and configuration. Now, I'm trying to automate the LDAP configuration. I have been able to configure it with the frontend, but no to automate it. LDAP is not named in the API documentation. Is there... -
Auto-Disabling of Unused Network Interfaces in Discovery Rules
Hi Zabbix Community,...
I am managing multiple firewalls, and I have a discovery rule in two templates that brings in all interfaces, including those with default names like ethX (e.g., eth1, eth2, etc.). Since the naming is standard, it is not possible to filter out these interfaces during -
Zabbix 7.2 API authentication problem from Powershell
Hi, after upgrade to Zabbix 7.2 our Powershell scripts stopped working, because we were using "auth" parameter for all requests (API methods) and that parameter was removed.
I can successfully get auth token and then I use
...Code:$header = @{ "Authorization" = "Bearer -
No templates are linked to discovered VMware VMs.
Hello folks,
I am running Zabbix 6.0.30 on a Debian 11 VM.
I can properly monitor differnet devices as Cisco switch or Windows/Linux server using Zabbix Agent.
My company decided to monitor via API our VMware infrastructure, so I decided to monitor our datacenter via vCenter.
... -
zabbix AWS cross account monitoring issue
Hello Team,
In our environment, we have multiple AWS accounts, and all are in private networks.
On account A, I have a zabbix proxy server
On account B, I have a RDS server
I am trying to implement the AWS RDS instance by HTTP template using role_base option to... -
zabbix crossaccount monitoring issue
Hello Team,
In our environment, we have multiple AWS accounts, and all are in private networks.
On account A, I have a zabbix proxy server
On account B, I have a RDS server
I am trying to implement the AWS RDS instance by HTTP template using role_base option to... -
Azure Microsoft SQL Serverless Database by HTTP Template Script Update
Recently I needed to implement the
template Template Azure Microsoft SQL Serverless Database via HTTP on a resource in Azure but I came across the Java Script error reporting an incorrect request error and that the metrics were not valid so in a brief search I came across this block of the script...👍 2