Skip to content

Commit

Permalink
Added documentation XML.
Browse files Browse the repository at this point in the history
  • Loading branch information
stop-cran committed Dec 3, 2018
1 parent c5f522f commit 060f4fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,5 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc
/ZabbixSender.Async/ZabbixSender.Async.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
5 changes: 3 additions & 2 deletions ZabbixSender.Async/ZabbixSender.Async.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Apache License 2.0 (stop-cran, 2018)</Copyright>
<Authors>stop-cran &lt;[email protected]&gt;</Authors>
<Company>stop-cran &lt;[email protected]&gt;</Company>
<RepositoryUrl>https://github.com/stop-cran/ZabbixSender.Async</RepositoryUrl>
<PackageReleaseNotes>Protocol fix.</PackageReleaseNotes>
<PackageReleaseNotes>Added documentation XML.</PackageReleaseNotes>
<Description>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.</Description>
<DocumentationFile>ZabbixSender.Async.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 060f4fa

Please sign in to comment.