Hello
I would like to monitor some wireless devices which are not ethernet nor snmp ...
These devices are providing data such as temperature, humidity, battery level , etc ... and I can format these data with an unique ID extracted from a database.
I can create items one by one on a server using UserParameter and shell script but I would like to make theses devices independant from this server and trigger the datas.
questions
1) is it possible to create such devices (hosts) without ip adresses ? I tried to use zabbix_sender with a host name but it failed from server side
2) if not, is it possible to use 2 arguments in a shell script (example : DeviceId and dataname) instead of only one in order to have a unique script for all devices ?
Thanks
I would like to monitor some wireless devices which are not ethernet nor snmp ...
These devices are providing data such as temperature, humidity, battery level , etc ... and I can format these data with an unique ID extracted from a database.
I can create items one by one on a server using UserParameter and shell script but I would like to make theses devices independant from this server and trigger the datas.
questions
1) is it possible to create such devices (hosts) without ip adresses ? I tried to use zabbix_sender with a host name but it failed from server side
2) if not, is it possible to use 2 arguments in a shell script (example : DeviceId and dataname) instead of only one in order to have a unique script for all devices ?
Thanks
Comment