diff --git a/.gitignore b/.gitignore index 3c4efe2..9e0d660 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,5 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc +/ZabbixSender.Async/ZabbixSender.Async.xml diff --git a/README.md b/README.md index 2a0b27f..27b1802 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ Console.WriteLine(response.Info); // e.g. "Processed 1 Failed 0 Total 1 Secon # Remarks -Note, that in order for the request to be accepted, hosts like `MonitoredHost1` above, should be [configured](https://www.zabbix.com/documentation/4.0/manual/config/hosts/host). The same should do the items (like `trapper.item1` above). The item type should have [Zabbix trapper](https://www.zabbix.com/documentation/4.0/manual/config/items/itemtypes/trapper). Also the values passed (`12` above) should respect the type of information, configured for each item. \ No newline at end of file +Note, that in order for the request to be accepted, hosts like `MonitoredHost1` above, should be [configured](https://www.zabbix.com/documentation/4.0/manual/config/hosts/host). The same should be done for the items (like `trapper.item1` above). The item(s) type should be [Zabbix trapper](https://www.zabbix.com/documentation/4.0/manual/config/items/itemtypes/trapper). Also the values passed (`12` above) should respect the type of information, configured for each item. \ No newline at end of file diff --git a/ZabbixSender.Async/ZabbixSender.Async.csproj b/ZabbixSender.Async/ZabbixSender.Async.csproj index 74ba35f..1cedccf 100644 --- a/ZabbixSender.Async/ZabbixSender.Async.csproj +++ b/ZabbixSender.Async/ZabbixSender.Async.csproj @@ -2,14 +2,15 @@ netcoreapp2.1;net461 - 1.0.2 + 1.0.3 true Apache License 2.0 (stop-cran, 2018) stop-cran <stop-cran@list.ru> stop-cran <stop-cran@list.ru> https://github.com/stop-cran/ZabbixSender.Async - Protocol fix. + Added documentation XML. The package provides a tool to send data to Zabbix in the same way as zabbix_sender tool. It implements Zabbix Sender Protocol 4.0. + ZabbixSender.Async.xml