Hello
On a Raspberry pi, zigbee2mqtt is sending the results to a local mosquitto instance and zabbix-agent 2 is running with active checks enabled.
On the zabbix server interface, a master item has been created for the Raspberry pi:
- name: zigbee-cgr
- type: Zabbix agent (active)...
Search Result
Collapse
100 results in 0.0137 seconds.
Keywords
Members
Tags
-
cgrenier started a topic Setting up MQTT monitoring with Zabbix 6.0(LTS), agent2, mosquitto and zigbee2mqttin Zabbix HelpSetting up MQTT monitoring with Zabbix 6.0(LTS), agent2, mosquitto and zigbee2mqtt
-
cgrenier replied to Setting up MQTT monitoring with Zabbix 6.0(LTS), agent2, mosquitto and zigbee2mqttin Zabbix HelpThanks for your help. I have been able to solve it by adding a PreProcessing in the master item.
On the zabbix server interface, a master item for the Raspberry pi is now
- name: zigbee-cgr
- type: Zabbix agent (active)
- key: mqtt.get["","zigbee2mqtt/zigbee-cgr/#"]...- Selected Answer
-
Advice on how setup multiple MQTT items using csv file
I’m a Zabbix beginner looking for some guidance on how to "import" several hundred MQTT topics into Zabbix.
Below is an example of some MQTT topics and returned data. The plan is to create a csv with an item for each topic. The fields will include : MQTT broker, MQTT topic, preprocessing... -
Just in addition to what Viktors said.
There is no native “CSV -> items” import in Zabbix. You’ll need some automation anyway – either via API or by generating a template file.
Since you’re on 7.4 + agent2 + MQTT, I’d look at it in two layers:
1. First build one good MQTT...Leave a comment:
-
Cannot Authenticate to MQTT Broker in Home Assistant
I have an instance of Home Assistant running on Home Assistant OS that runs the MQTT plugin along with the Mosquitto broker add-on. I'm publishing the state of multiple HA sensors to the broker using MQTT Statestream. Everything is working well and I can see the published data using MQTT Explorer. I've...Last edited by pgatty; 08-09-2025, 21:27. -
zbx-np
Hello everyone, I want to introduce my zbx-np program to you.
zbx-np is zabbix relay that can send data to your zabbix server using POST or GET requests. Now everything that can send http requests can send data to Zabbix. Also zbx-np supports get data form MQTT. zbx-np configured to use...Last edited by Zbbixuser; 23-06-2023, 22:23. -
Hello everyone!
I updated my tool and added a GUI to it. It runs on electron.
https://github.com/leruetkins/zbx-np-node
Node.js implementation of the zbx-np (Zabbix data relay service) originally written in Rust.
zbx-np-node is a lightweight Zabbix data relay service...👍 1Leave a comment:
-
Setting up MQTT monitoring with Zabbix 7.2.6 and agent2...
Folks,
We've been using Zabbix for a while to monitor a bunch of systems in our network, but this is the first time we've ever needed to do an integration with MQTT, in this case for supporting Ignition SCADA.
I found the page at https://www.zabbix.com/integrations/mqtt for... -
Discarding JSON with specified attribute value
Hi folks,
I have an interesting issue (well I think it's interesting
I have a LoRaWAN device which sends data packets in two different formats. In Zabbix I want to differentiate between them and discard one format.
As messages come in via MQTT the value gets set in... -
MSSQL "no data matches the specified path"
Hello everybody!
I'm managing Zabbix 7.0.17 (both server and client) for a customer and recenlty I'm testing Agent2 with MSSQL plugin (downloaded from here).
On the first testing machine most item works as intended but a couple aren't.
My issues are on "Active Transactions",... -
Zabbix 7.0 Agent2 MQTT TLS Plugin Problam
The Zabbix MQTT TLS configuration process keeps failing. I don't know why.
Version list
Ubuntu 24.04.2 LTS
Zabbix Agent 2 7.0.17
Zabbix Agent 2 has been running for a long time, and the general snmp data collection is normal.
MQTTS Status Description:
1. The... -
Change the key format to the following: mqtt.get["tls://192.168.2.71:8883","test/topic","zabbix_user","passwd123"]
The system will then accept it.
Thanks, Markku, for the heads-up.Leave a comment:
-
For number 4 (":8883,test" error), I'd suggest quoting the URL (you have incorrectly quoted everything as one parameter): https://www.zabbix.com/documentation...-quoted-string
For number 5 (session name), in https://www.zabbix.com/...Last edited by Markku; 29-07-2025, 08:20.- Selected Answer
Leave a comment:
-
Yeah, I'm fine with ignoring those other values. I'll pull out only the ones I need, and the rest just won't be used.
That would be easier to parse, yes. But I've already gone through all this pain to get to where we are now.
At this point, it shouldn't be too...Leave a comment:
-
Okay, so now it turns out that once I got the exact string I was looking for, I was able to easily turn that into a number. Here's my pre-processing steps now:
I also updated the jSONPath slightly, to account for the possibility that I might get multiple updates in the same MQTT...- Selected Answer
Leave a comment:
Leave a comment: