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>
|
2019-04-04 12:55:52 +02:00
|
|
|
<version>${ICINGA2_VERSION_SAFE}</version>
|
2019-02-25 16:30:40 +01:00
|
|
|
<authors>Icinga GmbH</authors>
|
|
|
|
<owners>Icinga GmbH</owners>
|
2015-06-18 11:42:33 +02:00
|
|
|
<summary>icinga2 - Monitoring Agent for Windows</summary>
|
2019-09-25 12:50:47 +02:00
|
|
|
<description>Icinga is an open source monitoring platform which notifies users about host and service outages.</description>
|
2018-10-18 09:50:53 +02:00
|
|
|
<projectUrl>https://icinga.com/</projectUrl>
|
2019-09-25 12:50:47 +02:00
|
|
|
<tags>icinga2 icinga agent monitoring admin</tags>
|
|
|
|
<licenseUrl>https://github.com/Icinga/icinga2/blob/master/COPYING</licenseUrl>
|
2017-03-30 09:59:15 +02:00
|
|
|
<releaseNotes>https://github.com/Icinga/icinga2/blob/master/ChangeLog</releaseNotes>
|
2019-09-25 12:50:47 +02:00
|
|
|
<docsUrl>https://icinga.com/docs/icinga2/latest/</docsUrl>
|
2017-03-30 09:59:15 +02:00
|
|
|
<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>
|
2019-09-25 12:50:47 +02:00
|
|
|
<iconUrl>https://raw.githubusercontent.com/Icinga/icinga2/master/icinga-app/icinga.ico</iconUrl>
|
|
|
|
<dependencies>
|
2019-10-07 19:36:44 +02:00
|
|
|
<dependency id='netfx-4.6.2' />
|
2019-09-25 12:50:47 +02:00
|
|
|
</dependencies>
|
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>
|