If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Forgive me but your question as presented is too broad to be useful. This leads me to two possible conclusions, 1) you're new to programming and want someone to do this for you, or 2) you're really asking if there's an interface library for .net and Zabbix. I'm going to assume #2.
I am not aware of an interface library for Zabbix and .net. I think someone wrote one for C# however. Overall writing an interface to Zabbix via the API isn't very difficult, the biggest challenge however may be in getting .net to speak JSON. Last time I checked many of the Microsoft Dev libraries didn't come with JSON libraries, however they were available from 3rd party developers, or in the move expensive versions of the Microsoft developer tools.
I'm new to zabbix api and I've tried to call zabbix api directly via javascript from client browser, receiving an error due to cross domain call via client and zabbix server (browser client and zabbix server are in different domain).
What is the right way? I must call zabbix api from server side on page load?
Comment