After lots of trial and error, I found that the Zabbix sender input is working properly. Zabbix trapper combines the clock data into the value data - thus making it not function properly for any purpose. As an example, with the actual data being masked for security reasons:
What is sent...
Search Result
Collapse
40 results in 0.0048 seconds.
Keywords
Members
Tags
-
Zabbix trapper treating clock field as part of data?
-
Discovery Rule -> Item Prototype
Hello Zabbix Community,
I try to display every element of a json array as a Honyecomb cell in a dashboard.
I use zabbix_sender to send the JSON to my Zabbix Trapper Item. This step works already but now I try to split every element with a discovery rule and Item Prototypes, the whol LLD...Last edited by serverman; 31-07-2025, 09:24. -
Handling OpenShift Alerts from Alertmanager in zabbix
I am integrating OpenShift Alertmanager with zabbix to monitor alerts like KubeJobFailed, KubePodNotReady, etc., across multiple clusters.
I'm planning to use a single zabbix trapper item to receive all alerts and then configure triggers based on alert severity(e.g., warning, critical)
... -
Continuous line in graph with trapper data
Hi all, I'm monitoring a router with an SNMP template. I have made a graph with 2 datasets, "bits sent" and "bits received" and it's working fine.
I would like to add speedtest results to the graph (in blue). Here is what I did so far: I'm currently sending the max download... -
Zabbix fakes data of the past on trapper item?
Hi
I have problem with zabbix server graphs faking past data, this data does not exist, especially because back then server did not exist (was not configured/flashed).
Server is connected and configured about 4~5 days ago (as of time of posting), graph (in attachments) was... -
Using arguments in trappers to separate monitoring data
Hi!
I've just finished creating a containerized application for the purpose of pinging domains that I own, and checking their SSL certificates. To do so, the data is sent using the sender format, and using it without any custom parameters works like a charm.
The problem is, there's... -
Как в в ключе элемента данных прописать имя узла сети
Получаю кучу одинаковых параметров по комнатам типо тепрература, влажность итд, тип в элементе данных Zabbix траппер
они посылаются активным агентом заббикс по ключам... -
How to use a Trapper Item without Zabbix Sender
How do I send a JSON payload to a Zabbix Trapper Item without using Zabbix Sender?
I see the documentation on how to format the sender request and I see the documentation related to the header, but I haven't found how to use the header with a JSON payload?
My goal is to send... -
Zabbix trigger on trapper item - Delay
Good day,
I need advice.
I have one Zabbix Trapper Item to which I send certain data. In case of problems from my application, I create a Zabbix trigger with the expression ".str" (example: {xx:KubeSchedulerDown.str(8eeaeb2793b61dde, # 1)} = 1). - I'm looking for the string... -
zabbix agent VS zabbix trapper
hi
I have about 200 servers which i want to monitor with zabbix. my zabbix version is 5.
i read about zabbix trapper and zabbix agent and tested both to see how they work.
now before I start monitoring all of my servers I wanted to know which method is better to use?
zabbix... -
How can we set a non existing hostname with zabbix_sender.
Background:
we want to use zabbix in an bigger environment where we have to import Events from several external monitoring tools agentless.
How can we set the host shown in the Problems Widget to the hostname that generates the Event instead of the Hostname of the zabbix trapper.
Problem:... -
gurlinks started a topic snmptrapd is n't running when zabbix_trap_receiver.pl is included in snmptrapd.confin Zabbix Helpsnmptrapd is n't running when zabbix_trap_receiver.pl is included in snmptrapd.conf
...HTML Code:Hi, snmptrapd service is stopped when I include the below lines in snmptrapd.conf file. authCommunity execute SGPL perl do "/usr/bin/zabbix_trap_receiver.pl”; [root@ip-10-1-1-205 zabbix-4.4.6]# service snmptrapd status -l
-
get source IP of zabbix_sender sent data
I have data inserted into zabbix of wich i want to know which host/IP it came from. It is a trapper and data is inserted every hour.
Tried to I adjust the debug level to 5 for couple of minutes, but this doesn't show the source addresses either.
Can somebody help me? I have spent... -
LLD item not being deleted (Zabbix 4.2.4)
Hi, we'd added some ephemeral LLD items and we would be glad if those items could be removed ASAP in case they were not reported anymore. Looking in the documentation, the least time we have to wait is one hour, so we marked one hour and waited (more than a day). For our surprise no item was removed... -
Monitoring webapp logs exposed via http
Hi,
I would like to know how you would use zabbix to monitor webapp logs that are only available via http url.
The scenario looks like this:
1) host1 (zabbix-server.v4.4): I have ssh access to this host, and I can install software on it.
2) host2 (target):
...