Hi!
I have one Arduino sensor that's working by acessing one URL. In this URL, I can return anything that I want. In this Arduino, there's an temperature and Humidity sensor. I need to monitor both. I can split those cvalues by URL (/temp and /humidity, for example) or display both on the same URL.
My question is: how can I make zabbix to get these values and store and make graphics? I would like to avoid external scripts, like PHP or Python to make this Web call and return only value. Is possible to zabbix directly call this URL and store value? Also, how should be this values displayed? It's better to simple show value (like '30') or JSON encoded?
I have one Arduino sensor that's working by acessing one URL. In this URL, I can return anything that I want. In this Arduino, there's an temperature and Humidity sensor. I need to monitor both. I can split those cvalues by URL (/temp and /humidity, for example) or display both on the same URL.
My question is: how can I make zabbix to get these values and store and make graphics? I would like to avoid external scripts, like PHP or Python to make this Web call and return only value. Is possible to zabbix directly call this URL and store value? Also, how should be this values displayed? It's better to simple show value (like '30') or JSON encoded?
Comment