ZabbixSender.Async
1.3.0
dotnet add package ZabbixSender.Async --version 1.3.0
NuGet\Install-Package ZabbixSender.Async -Version 1.3.0
<PackageReference Include="ZabbixSender.Async" Version="1.3.0" />
<PackageVersion Include="ZabbixSender.Async" Version="1.3.0" />
<PackageReference Include="ZabbixSender.Async" />
paket add ZabbixSender.Async --version 1.3.0
#r "nuget: ZabbixSender.Async, 1.3.0"
#:package ZabbixSender.Async@1.3.0
#addin nuget:?package=ZabbixSender.Async&version=1.3.0
#tool nuget:?package=ZabbixSender.Async&version=1.3.0
Overview

The package provides a tool to send data to Zabbix in the same way as zabbix_sender tool. It implements Zabbix Sender Protocol 4.4.
Installation
NuGet package is available here.
PM> Install-Package ZabbixSender.Async
Example
var sender = new ZabbixSender.Async.Sender("192.168.0.10");
var response = await sender.Send("MonitoredHost1", "trapper.item1", "12");
Console.WriteLine(response.Response); // "success" or "fail"
Console.WriteLine(response.Info); // e.g. "Processed 1 Failed 0 Total 1 Seconds spent 0.000253"
Remarks
In order for the request above to be successfully processed, the host MonitoredHost1 should be configured. The same should be done for the item trapper.item1. The item(s) type should be Zabbix trapper. Also the value 12 should respect the type of information, configured for the item.
Try standalone out-of-the-box Zabbix server with Docker.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ZabbixSender.Async:
| Package | Downloads |
|---|---|
|
ZabbixSender.Secure
TLS-PSK and TLS-certificate support for ZabbixSender.Async using BouncyCastle. Zabbix 7 compatible. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.0 | 10,685 | 9/6/2025 |
| 1.2.0 | 93,910 | 1/29/2023 |
| 1.2.0-rc2 | 314 | 1/29/2023 |
| 1.2.0-rc1 | 299 | 1/29/2023 |
| 1.2.0-rc0 | 308 | 1/29/2023 |
| 1.1.0 | 5,337 | 6/8/2021 |
| 1.0.7 | 1,335 | 6/25/2020 |
| 1.0.6 | 803 | 3/25/2020 |
| 1.0.5 | 22,019 | 12/18/2018 |
| 1.0.4 | 1,222 | 12/18/2018 |
| 1.0.3 | 948 | 12/3/2018 |
| 1.0.2 | 943 | 12/3/2018 |
| 1.0.1 | 934 | 12/3/2018 |
| 1.0.0 | 941 | 12/1/2018 |
Added .Net 9.