2015-06-18 11:42:33 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Do not remove this test for UTF-8: if ??? doesn?t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
|
|
|
<!--package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"-->
|
|
|
|
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<metadata>
|
|
|
|
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
|
|
|
<id>icinga2</id>
|
2017-03-29 12:21:46 +02:00
|
|
|
<title>Icinga 2</title>
|
2016-08-31 13:41:13 +02:00
|
|
|
<version>${SPEC_VERSION}</version>
|
2017-03-29 12:21:46 +02:00
|
|
|
<authors>The Icinga Project</authors>
|
2015-06-18 14:23:52 +02:00
|
|
|
<owners>Icinga Development Team</owners>
|
2015-06-18 11:42:33 +02:00
|
|
|
<summary>icinga2 - Monitoring Agent for Windows</summary>
|
2015-06-18 14:13:37 +02:00
|
|
|
<description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>
|
2017-01-10 15:54:22 +01:00
|
|
|
<projectUrl>https://www.icinga.com/</projectUrl>
|
2017-03-30 09:59:15 +02:00
|
|
|
<tags>icinga2 agent monitoring admin</tags>
|
2017-01-10 15:54:22 +01:00
|
|
|
<licenseUrl>https://www.icinga.com/resources/faq/</licenseUrl>
|
2017-03-30 09:59:15 +02:00
|
|
|
<releaseNotes>https://github.com/Icinga/icinga2/blob/master/ChangeLog</releaseNotes>
|
|
|
|
<docsUrl>https://docs.icinga.com/icinga2/</docsUrl>
|
|
|
|
<bugTrackerUrl>https://github.com/Icinga/icinga2/issues</bugTrackerUrl>
|
|
|
|
<packageSourceUrl>https://github.com/Icinga/icinga2</packageSourceUrl>
|
|
|
|
<projectSourceUrl>https://github.com/Icinga/icinga2</projectSourceUrl>
|
2015-06-18 11:42:33 +02:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2017-01-10 15:54:22 +01:00
|
|
|
<iconUrl>https://www.icinga.com/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl>
|
2015-06-18 11:42:33 +02:00
|
|
|
</metadata>
|
|
|
|
<files>
|
2016-08-31 13:41:13 +02:00
|
|
|
<file src="${CMAKE_CURRENT_BINARY_DIR}/chocolateyInstall.ps1" target="tools" />
|
|
|
|
<file src="${CMAKE_CURRENT_SOURCE_DIR}/chocolateyUninstall.ps1" target="tools" />
|
2015-06-18 11:42:33 +02:00
|
|
|
</files>
|
|
|
|
</package>
|