I have an interesting scenario, where I would like to use Zabbix to fetch data from an external application.
The application in question makes data available via HTTP request - if I connect to a properly formatted URL, it returns a bunch of values. Is it possible for me to use Zabbix to capture one or more of these values?
So, for example, if I went to:
And it returns:
Status: OK
Users: 10
Is there any way that Zabbix can return the value 10?
The application in question makes data available via HTTP request - if I connect to a properly formatted URL, it returns a bunch of values. Is it possible for me to use Zabbix to capture one or more of these values?
So, for example, if I went to:
And it returns:
Status: OK
Users: 10
Is there any way that Zabbix can return the value 10?
Comment