forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatadog-agent-online.nuspec
31 lines (28 loc) · 1.7 KB
/
datadog-agent-online.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>datadog-agent</id>
<version>$package_version$</version>
<packageSourceUrl>https://github.com/DataDog/datadog-agent/tree/master/chocolatey</packageSourceUrl>
<owners>package@datadoghq.com</owners>
<title>Datadog Agent</title>
<authors>Datadog</authors>
<projectUrl>https://github.com/DataDog/datadog-agent</projectUrl>
<iconUrl>https://datadog-prod.imgix.net/img/dd_logo_70x75.png</iconUrl>
<copyright>$copyright$</copyright>
<licenseUrl>https://raw.githubusercontent.com/DataDog/datadog-agent/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<docsUrl>https://docs.datadoghq.com</docsUrl>
<tags>datadog agent monitoring admin</tags>
<summary>The Datadog Agent for Microsoft Windows</summary>
<description>The Datadog Agent faithfully collects events and metrics and brings them to Datadog on your behalf so that you can do something useful with your monitoring and performance data.
## Package settings
You may set [custom settings](https://docs.datadoghq.com/agent/basic_agent_usage/windows/?tab=commandline#installation) to the Agent when installing by using the [`--installer-arguments` option of `choco install`](https://chocolatey.org/docs/getting-started#overriding-default-install-directory-or-other-advanced-install-concepts).
For example, to set the API key you may run:
`choco install -ia="APIKEY=""YOUR_DATADOG_API_KEY""" datadog-agent`</description>
<releaseNotes>$release_notes$</releaseNotes>
</metadata>
<files>
<file src="tools-online\**" target="tools" />
</files>
</package>