Hello I am not sure how to do this.
I need to monitor Ubiquiti devices which are able to send their status as HTTP POST to predefined URL. So the my question: Is possible to gather data received by that script?
The way of communication is that:
UBNT device -> http://some.url/script.php -> here I get parsed pamams and values
How can I use this for serving values to zabbix?
I have only one idea: fill some mysql database by my script and use other zabbix external script to read data from this database. But I hope it can be done by better way.
Thank you.
I need to monitor Ubiquiti devices which are able to send their status as HTTP POST to predefined URL. So the my question: Is possible to gather data received by that script?
The way of communication is that:
UBNT device -> http://some.url/script.php -> here I get parsed pamams and values
How can I use this for serving values to zabbix?
I have only one idea: fill some mysql database by my script and use other zabbix external script to read data from this database. But I hope it can be done by better way.
Thank you.
Comment