Hello,
I'm new to Zabbix, and trying to do the following :
- Create a HTTP agent item to retrieve a value from a Json (in Preprocessing JsonPath i'm guessing)
- Use this value in a dependent Item (URL parameter of previously found value) to check the final result (Json response from...
Search Result
Collapse
5 results in 0.0031 seconds.
Keywords
Members
Tags
-
Extracting a value from a Json to call another URL
-
Default value for trapper where there is no data
Hello,
I would like to ask if there is a way to assign default value to trapper item where monitored host didn't send anything to zabbix server.
In our environment we have a lot of trapper items that only are going to be send when certain event happens. If that event hasn't... -
Calculate 1 hour bandwith on interface
Hi
I want to calculate item that mesute total amount of Gb transferred through interface
I created an item last("net.if.in[{$IF1},bytes]",3600) whitch should store value from 1 hour of traffic on interface and also make another item which subtract this value... -
Error -32602: Invalid params., No permissions to referred object or it does not exis
Hello All,
I am trying to use zabex.py library to create a new item and add data value like below but I am getting Invalid params, No Permissions error:
root@cast2:~# python zabex.py
[u'Zabbix server', u'cast2']
Traceback (most recent call last):
... -
Проблема создания вычисляемого элемент
Хочу через api создать вычисляемый элемент с формулой max("net.if.in[Intel(R) Wireless-N 7260,packets]",#1500)
В документации сказано, что формулу нужно передавать через параметр "params"
Пишу запрос таким вот способом
...Code:{ "jsonrpc":Last edited by DIMMETAL; 21-03-2017, 20:04.