Hi,
We're planning to use Zabbix to send metrices from IOT-devices to the Zabbix-server.
Since the IOT-devices are not connected to internet 24/7, we need to use the "persistant storage" feature and the active-check mode of the agent, so we won't miss any data.
The values collected on the IOT-devices comes from a custom pice of software written in Dart that queries external devices (on the same network as each of the IOT-device).
Which way forward is possible to go to achieve above mentioned requirements?
Agent1/agent2 ? With linked shared-libraries for our software? Rewrite it in Go?
Would appreciate any hints to do the correct choices, going forward.
//Bugenhagen
We're planning to use Zabbix to send metrices from IOT-devices to the Zabbix-server.
Since the IOT-devices are not connected to internet 24/7, we need to use the "persistant storage" feature and the active-check mode of the agent, so we won't miss any data.
The values collected on the IOT-devices comes from a custom pice of software written in Dart that queries external devices (on the same network as each of the IOT-device).
Which way forward is possible to go to achieve above mentioned requirements?
Agent1/agent2 ? With linked shared-libraries for our software? Rewrite it in Go?
Would appreciate any hints to do the correct choices, going forward.
//Bugenhagen