Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate .NET and Zabbix?

I have a .NET app that must send data to a Zabbix server. How to do that?

like image 218
Jader Dias Avatar asked Mar 03 '10 18:03

Jader Dias


2 Answers

This is sample .Net library to connect Zabbix API https://github.com/p1nger/ODZL

like image 150
spdr Avatar answered Sep 19 '22 01:09

spdr


You can embed a C# Zabbix Agent directly in your Service, ASP.net site or console app. It responds to Zabbix Passive Checks. https://www.nuget.org/packages/Nabbix/

like image 25
Marksl Avatar answered Sep 20 '22 01:09

Marksl