I am new on Zabbix, like pretty new, I just meeted the amazing software yesterday...
I'm a front-end developer, and the company that i work to, make use of the Zabbix web version to monitory all the infrastruct...
Currently I working on a web project that need to import a...
Search Result
Collapse
17 results in 0.0021 seconds.
Keywords
Members
Tags
-
Get my organization map with a API
-
Maintenance.Update method seems to be broken since upgrading to 6.0
We had some automated maintenance scripts to put things in maintenance during updates or code rolls and after upgrading to 6.0 they stopped working.
The weird thing is that the update call won't accept any "timeperiods" with out complaining that "timeperiods" is an invalid...Last edited by ericallenpaul; 25-03-2022, 19:18. -
stelees started a topic Pulling Zabbix Data to Cherwell via API randomly misses hosts that are in the DBin Zabbix HelpPulling Zabbix Data to Cherwell via API randomly misses hosts that are in the DB
Hey there,
Per the subject, we have a bit of a head scratcher here. I have a call from Cherwell to Zabbix to pull in certain host information to populate in the Cherwell CMDB. This process runs almost flawlessly but it just misses hosts, for example if it runs against a subset of 20 hosts and... -
API call to enable or disable host
I am trying to enable or disable when there is a certain trigger. Can anyone give me a hint to do this?
I know that I can use "action" to run certain command or script when there is a trigger triggered.
I barely have an idea where to start to do this.Last edited by ykdhan; 04-08-2020, 07:56. -
What is an "interfaceid"? And where to get them?
Dear all =)
When creating an Item (that executes a remote command on a passive agent), I have to fill out an "interfaceid" as seen here https://www.zabbix.com/documentation...ce/item/create
However I can't find anywhere how to dump which "interfaceid"'s... -
Zabbix 4.4 API always returns empty results
Hello,
Zabbix API always returns empty results. This user auth has super admin permissions.
...Code:curl -i -k -X POST -H 'Content-Type: application/json-rpc' -d ' { "jsonrpc": "2.0", "method": "host.get", -
-
Push data to Zabbix
I'm working for a company that has some tools running on top of Oracle Forms. We monitor data from the users, and would like to push it to Zabbix running on a client machine.
I looked into the API and it seems like the way to go about it is through the API, specifically, I think, the... -
Zabbix API returning errors
Hello,
I am using zabbix 2.4.2. I am using perl script for adding/updating zabbix hosts via zabbix API call.This script run at 10mins interval. I am getting different API errors for every execution. Below is the one example where it thrown 3 API errors and then added host "varnishInstance"... -
Need help with API response
Hi,
I am trying to get all hosts with their items and triggers from the API. I am running zabbix on linux CentOS release 6.6 (Final).
Here is my code:
$hostList = $api-hostGet(array('selectItems'=>'extend','selectTrigg ers'=>'extend','output'=>'extend'));... -
Need help in API implementation Node JS
Hi,
We are using a Node JS application to get some data from the zabbix server. Our requirement is to get few items for each monitored host in a single API call . We have got one libarary in Node JS which we are using .
The following is the query which we are firing
... -
Zabbix API - Update graph data
Hi,
I need to post graph data through Zabbix API from 3rd party application.
All i got for now is how to login and create graph through Zabbix API but i really don't understand where this graph gets created and how can i show it on dashboard. (https://www.zabbix.com/documentat... -
Zabbix 2.0.5 PHP Memory Error on API Host Create
I wanted to post here before I add a ticket. Maybe I missed something in the documentation.
I'm writing an auto-population script based upon autoscaling groups in amazon. When call host.create via the API I get a 500 error back. Attempts to add > 5 hosts fails with the 500. 4 hosts... -
API => map.createSelements
Hi,
I try to add a host to a map with map.createSelements but it doesn't work.
The JSON request is :
...Code:{ "jsonrpc": "2.0", "method": "map.createSelements", "params": -
Complete NOOB...
I'm a PHP/MySQL developer with some systems experience.I've been asked to move some data from Zabbix to APEX Oracle for reporting purposes.
I was going to use the API to grab the data and then just port into our APEX environment.
Although I understand JSON and PHP I'm having...