Hi
I'm trying to get value from here with http agent item type:
https://tie.digitraffic.fi/api/v1/da...her-data/3072/
I have few preprosessing steps and Accept-Encoding=gzip header. Raw data.
I get error "Server returned invalid UTF-8 sequence"....
Search Result
Collapse
29 results in 0.0026 seconds.
Keywords
Members
Tags
-
Server returned invalid UTF-8 sequence
-
{DATE} macro in Url Item of "HTTP agent" type.
I wanna use Zabbix Macro {DATE} in items url request. Is there are such possibility or workaround?
Zabbix-Server v4.4.5...Last edited by Stayler; 29-10-2020, 19:10. -
Low level discovery using HTTP Agent
I've been reading the docs on low level discovery here: https://www.zabbix.com/documentation...evel_discovery
And I've hit the wall with my scenario. Here's my situation:- A group of hosts serves a JSON page on port 9999. The JSON has the name of a service and its current status (OK, CRITICAL,
-
Как использовать авторизацию токеном для item типа HTTP agent?
Web API системы требует обязательную авторизацию по токену.
Необходимо создать item для получения json и парсинга значения. Через командую строку это делать получается...Last edited by zerocold; 07-05-2020, 19:23. -
JSON array of objects
Добрый день!
Я хотел бы видеть кривые количества заказов клиентов. HTTP agent получает JSON:
...Code:{ "orders": [ { "client_id": 1, "count": 2 }, { "client_id": -
Trigger firing when I don't think it should?
I have an HTTP Agent item monitoring a URL with pre-processing configured. The item is returning the header and body as character data. The pre-processing is using a regular expression to evaluate the response down to OK with a custom on fail value set to ERROR. This is working as expected. When... -
HTTP Agent - macro {DATE}, change dots to dash
Hello! Please tell me, is it possible to insert a date, current day variable in the zabbix in the HTTP agent in the URL, in the format "yyyy’ - ‘MM’ - ‘dd’? {DATE} is yyyy.mm.dd. The link does not work with dots. I'm trying to redo the macro points in the date on dash. It does
... -
HTTP Agent - вставить переменную даты
Здравствуйте! Подскажите, пожалуйста, а можно ли в заббиксе в HTTP агенте в URL вставить переменную даты, текущего дня, в формате "yyyy’-‘MM’-‘dd’? {DATE} идет гггг.мм.дд,...Last edited by Krevedka; 04-04-2020, 05:43. -
Monitoring with authentication bearer in header
I'm trying to configure health check using Items in Zabbix.
I use 2 items:
1) Item1 - "Type - HTTP agent". Making POST request with credentials to get response in JSON format with "access token". Then using preprocessing steps' JSON Path with parameters $...Code:.access_toke
-
Is it possible to use values of other items in items?
I'm currently using an HTTP agent where I want the query fields filled with values I get from other items. I think I need to use macros for this, but {ITEM.KEY} doesn't seem to work. I'm using Zabbix 4.2.4.
According to this page:
https://www.zabbix.com/documentation/4.0/manual/c...Last edited by John Stoneman; 11-07-2019, 13:23. -
Extracting a value from a Json to call another URL
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... -
Zabbix HTTP Agent API Call
0
I have just recently installed Zabbix 4.2.1 on a standalone RHEL 7 VM and working with a Jenkins Server on a Windows 10 VM. In short, I was able to successfully install Zabbix and run a Zabbix Agent on the Windows environment. Currently, I am able to pull all the server metrics into the... -
http_agent lld missing Convert to Json (output_format) option
Hello forum,
In low level discovery I have created a http agent rule to return data from a REST API.
It connects and returns data successfully however without a "data" tag on the front.
If I create an item directly I have the option to "convert to JSON" which... -
Web Scenario vs Item for repository availability monitoring
Hi,
I have successfully created a web scenario to monitor repository availability (not on our servers) by checking for 200 response and created a trigger for it.
After playing a bit more with Zabbix I noticed that I can create Item with "HTTP Agent" type that does...