hola buenos días,
Tengo problemas para conectar Zabbix con Power BI, ya que al seguir los mismos pasos que indica la documentación, Power BI me muestra un error el cual adjunto nose en que estare fallando.
Search Result
Collapse
19 results in 0.0025 seconds.
Keywords
Members
Tags
-
-
Unleash the Power of Zabbix API: Innovative Use Cases for Automation
Hello Zabbix Community,
We're on a mission to explore the full potential of the Zabbix API!
While the Zabbix web front-end provides a robust interface for monitoring and management, there are countless possibilities that can be unlocked through the Zabbix API. This topic aims...Last edited by santosra02; 02-12-2024, 17:45. -
[Zabbix API] Getting all hosts that start with "FOO-"
I am trying to retrieve all hosts that start with a certain sequence of characters via Zabbix API. Here's the relevant part of the code (python)
...Code:r = requests.post(ZABBIX_API_URL, json={ "jsonrpc": "2.0", -
Способы оповещений Zabbix ( видеть на почте свою панель)
Добрый день. Имеется zabbix-сервер на ubuntu. Когда настраивал оповещения появилась необходимость видеть на почте именно панель заббикса, а не текстовые сообщения.
Нужно видеть панель либо картинкой у себя в почте, либо в html формате (но если сохранить... -
Zabbix API 3.4 -- Configuration.Import not working for images
Hi,
We just upgraded from zabbix 3.2 to 3.4.11. We are using the same code to import images from a XML file. I only changed the version number in the XML file to be 3.4:
<version>3.4</version>
I put lots of messages to print request, dump, response. Here is...Last edited by rk325; 14-08-2018, 16:43. -
Checking if host/ip exists before creating new one using API
Hello All,
I couldn't find anything related to hosts.exists or something similar on zabbix 3.0 api.
I am trying to automate something like creating new hosts ( adding ) - just wanted to check if hosts exists before adding - so that duplicates doesn't happen - i have had the cases where two... -
Limiting users for accessing zabbix API or disabling zabbix API
I have several users with group level permissions on zabbix created. But how do i disable/limit them from accessing Zabbix API's?
server version : 3.0.13
Thanks... -
trigger.get lacks trigger name
Hi All,
I have been trying to use API to create and update templates, items and triggers.
I found that item.get has an option to get the name and description of the item along with other options. But, the trigger.get has only description and no name. The problem here is trigger.get... -
How to get all hosts by ZABBIX API
I use ZABBIX API to get all hosts.but the respone is null
As following is my code:
...PHP Code:import urllib3
import json
Zabbix_Cusor = urllib3.PoolManager()
Zabbix_username = 'Admin'
Zabbix_pass = 'zabbix'
Zabbix_header = {"Content-Type":"application/json"}
-
Programmatically set manual state
Hello!
I'm making a web page for controlling several items, and as we use Zabbix I'm now trying to programmatically read and write data from my page.
I'm not very familiar with Zabbix, but it goes quite well for me to use the API in order to show all IT services in a neat list... -
Replacing Item $Values Upon Retrieval
I am using the Zabbix API to get host items and history, and would like to have all $number replaced with their correct key_ value upon retrieval of the items.
For example, rather than getting "name": "CPU $2 time", I would like to get "name": "CPU... -
how create triggers with scripts
hi, I am new at zabbix. I want to create triggers with scripts, zabbix api etc. But I don't understand zabbix api or PHP very well. Can anyone help me? thanks a lot. -
Query item from external application
I am integrating Zabbix (version 2.0rc2) with an external application. What is the best way to query a zabbix-server for the value of a single item or status of a trigger?
I tried looking at the documentation but only found information about how to manipulate items(create, delete etc... -
zabbix_api + bash
Добрый день, возможно ли передавать (получать) значения написанном на bash`e, есть настроенное окружение php+json дайте пример как подключиться к хосту и получить список хостов, а то ума не приложе что к чему, впервые json использую.
тут я увидел как...Last edited by artik007; 23-01-2012, 14:35. -
Heavy Zabbix API Usage/AuditLog issue
Env:
Zabbix 1.8.9(Upgraded from 1.8.7)
RedHat 6.1
MySQL 5.1
I am using the Zabbix API fairly heavily(update/create or delete 50-100 items at a time). The issue I am running into is when there are a bunch of new items are created via some discovery scripts I have...