Search Result
Collapse
100 results in 0.0056 seconds.
Keywords
Members
Tags
-
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 -
zabbix 7.2.1 API
Добрый вечер!
Обновился с 7.0 до 7.2.1 и возникли проблемы с API все скрипты выдают ошибку, что то изменилось в запросах?
Отправляем запрос с данными: {
"jsonrpc":... -
Lqm0st started a topic Failover on host agent when performing Ceph supervision across multiple Proxmox PVEin Zabbix HelpFailover on host agent when performing Ceph supervision across multiple Proxmox PVE
Hello,
Recently, I configured the Proxmox template on my Zabbix to monitor my PVE servers. It works perfectly fine, but I do have one concern about it. I could be unaware, but as far as I know, failover for Zabbix agent is not a thing. This is quite bothersome when you need to supervise... -
yau started a topic Something exotic... Did anybody work on a template for a chocolatey or nuget server?in Zabbix HelpSomething exotic... Did anybody work on a template for a chocolatey or nuget server?
we currently built an own chocolatey server, which is more or less a local mirror of some packages from chocolatey. I'd like to monitor it. Has anybody already worked on a template for chocolatey or nuget?