Add new listing
Simple .NET library for zabbix API writen in C# with dynamic object for api method. No hard coded api classes. Returns either string with JSON itself or deserialized Response object.
Nabbix is a lightweight Zabbix Agent that can be embedded in any .Net program ~ ASP.Net, Windows Service or Console Applications. Documentation is located in the wiki: https://github.com/marksl/nabbix/wiki
Zabbix.NET.Core is a Zabbix API library based on .NET Standard 1.6.1. Fully asynchronous. Using this API you can very easy transform request and response into dynamic objects. You don't need to create special models. This library works with .NET Core appl ...