Search found 6 matches

by clumsy
13 Mar 2023, 16:06
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45070

Re: ESP32 Zabbix Controller

I understand, but there is a difficulty in practical scenarios where you use CGNAT, the easiest way would be to send the information to the zabbix server. ;) So feel free to implement, I'm happy to test the controller then. However, as I only need system information on my Zabbix (and no sensor data...
by clumsy
13 Mar 2023, 16:03
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45070

Re: ESP32 Zabbix Controller

Zabbix expects information in this format; Json += "{\"host\":\"" + zItemHost + "\",\"key\":\"" + zabbixItemList .key + "\",\"value\":\" " + zabbixItemList .val + "\"}"; I'm studying to understand th...
by clumsy
13 Mar 2023, 15:53
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45070

Re: ESP32 Zabbix Controller

I need espeasy settings that send device state information (HTTP-Polling of the nodes by Zabbix...) My nodes do not send anything actively to Zabbix. Zabbix is calling the /json page of the node (eg. http://node.my.domain/json) and then parse and evaluate the JSON information received (whatever is ...
by clumsy
13 Mar 2023, 15:18
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45070

Re: ESP32 Zabbix Controller

pp1wvc wrote: 13 Mar 2023, 15:13 Would it be possible to post the configuration you used in espeasy?
Sure, but which config? As said I don't use the zabbix controller of ESPEasy at all (not even compiled in in my versions)...
by clumsy
30 Jan 2023, 08:53
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45070

Re: ESP32 Zabbix Controller

Could you share the template? Sure, I attach the current version here. As TD-er mentioned correctly, this is still work in progress and changed often (adding items, triggers, graphs, finetuning of parameters, etc.). Can't attach yaml files, so I had to zip it... Just to make it clear again, this te...
by clumsy
29 Jan 2023, 20:12
Forum: ESP Easy: General Discussion
Topic: ESP32 Zabbix Controller
Replies: 62
Views: 45070

Re: ESP32 Zabbix Controller

I'm just migrating from LibreNMS to Zabbix to monitor my netowrk. For my ESPEasy devices I made a Zabbix-Template (WIP) that basically reads the JSON output via HTTP and puts it in Zabbix Items. Currently only System, Wifi and Task information is available, no sensor data though, as I use FHEM for p...