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,...
Search Result
Collapse
24 results in 0.0025 seconds.
Keywords
Members
Tags
-
Zabbix perfomance after upgrade to 7.0
Last edited by xexillia; 17-04-2025, 17:36.☕ 1 -
Zabbix WTTR.in Template
WTTR.in is a "console-oriented weather forecast service that supports various information representation methods".
This is a Zabbix template that pulls weather information from WTTR.in for specific locations.
Download on GitHub
Feedback and suggestions are very...Last edited by markfree; 03-01-2025, 01:46. -
Server returned empty content treatment
I'm monitoring an HTTP endpoint that returns a text list, and use a Javascript preprocessing step to count the number of lines.
Sometimes the returned value is empty, so Zabbix makes the item unsupported.
I could use a "Check for not supported value" preprocessing...Last edited by markfree; 28-01-2024, 18:00. -
AWS HTTP S3 Template not retrieving bucket data Zabbix 6.4
Hello there.
Ive spent the last few days troubleshooting my issue regarding the new AWS HTTP templates for Zabbix 6.2 and 6.4, I ended up borking my entire Zabbix stack in the process so I am on a fresh Zabbix 6.4 installation for troubleshooting purposes.
I have all the... -
JSON Path string to number
Using preprocessing, I'm trying to read some JSON data from a service and it is returning me a string instead of a number.
The JSON is similar to this:
...Code:{ "nodes": { "rHhmEKJNSMmpcV9p5my2CQ": { "timestamp": null, "name": -
Zabbix http access issue on local host
I was successfully able to install/run the Zabbix monitoring tool on my VM host(centOS 8). The monitoring system is up and running, but when I tried to access the application from my localhost's web browser, I got the following error message:
I am unsure if I have to change... -
Frontend HTTP error 500
I've set a new installation of Zabbix 5.4 from sources using:
Initially everything went well. I was able to start the server with...Code:./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2 --with-openssl --with-ldap --with-ssh
Last edited by markfree; 22-11-2021, 03:34. -
How the best way to monitoring http requests
Hello everyone.
I'm new on Zabbix, and I have to monitor lots of hosts with http requests. Firstly, I've made it using web scenarios, but it won't be the best way for me because I have to use a variable in one query field of each request. This field is my "token", and it... -
Monitoring http applications
Hi everyone
I'm super new on zabbix, I'm reading the documentation and doing some courses, but I'm stucked in this problem:
I have to monitore some hosts applications and I was using web scenarios, because is agentless and I have just to know their status code response. The http methods... -
How to config Item to Filter dynamic value (digit) from Webpage
Hello There,
I'm used Zabbix 5.2.4 since aprroximately one and a half month.
After yum update now I have 5.2.6.
My Problem is that I tried several ways to filter a REST Webpage. For testing reason I activated the Apache server status from Zabbix.
The Webpage...Last edited by B.C.K; 23-04-2021, 14:10. -
Parsování hodnot z http hlavičky ve web scenarios
Ahoj,
chtěl bych vás požádat o radu, dosud jsem s dohledem webů přes web scenarios neměl žádné zkušenosti. Mým cílem je nastavit kontrolu na náš zákaznický web, kde se pod konkrétním účtem přihlásím a následně zkusím stáhnout nějaký placený obsah. Na to samozřejmě... -
Parse http header in web scenario
Hello,
we currently still using Zabbix server 4.0 LTS, but when I briefly checked the 5.2 documentation, it looks the same. I try to find a way how can I use cookies and keep session between multiple steps. My question is, what exactly does Zabbix server parse in individual steps in web... -
Updated net.tcp.service key, and the collection stabilize, why?
Updated net.tcp.service["http" ,, "80"] key to net.tcp.service [http] and the collection stabilize, why?
Our Zabbix came from a migration from version 1.8.11, so several items continued with certain parameters out of date. A camera host was showing a lot of alerts,... -
HTTP Agent - вставить переменную даты
Здравствуйте! Подскажите, пожалуйста, а можно ли в заббиксе в HTTP агенте в URL вставить переменную даты, текущего дня, в формате "yyyy’-‘MM’-‘dd’? {DATE} идет гггг.мм.дд,...Last edited by Krevedka; 04-04-2020, 05:43. -
HTTP JSON API
Hi.
I would like monitoring monitoring an API endpoint, for example: http://www.mocky.io/v2/5df100093100000f008f0d32
I would like to set up an alert if the duration time is larger than 20, or there is any exception, or status is not "OK". Unfortunately, I have no idea how...