I'd like to have a web application based on ASP.NET which show the result from Zabbix Monitoring on server ( Windows / Linux ).
So the basic idea is to install Zabbix Agent to specific system and shows the monitoring result to my web application.
How can I retrieve the data from Zabbix Agent and integrate it into my web application?