mirror of https://github.com/Icinga/icinga2.git
27 lines
1.4 KiB
XML
Executable File
27 lines
1.4 KiB
XML
Executable File
<?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>
|
|
<title>Icinga2</title>
|
|
<version>2.4.1</version>
|
|
<authors>2015 - The Icinga Project</authors>
|
|
<owners>Icinga Development Team</owners>
|
|
<summary>icinga2 - Monitoring Agent for Windows</summary>
|
|
<description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>
|
|
<projectUrl>http://www.icinga.org</projectUrl>
|
|
<tags>icinga2 agent monitoring</tags>
|
|
<licenseUrl>http://www.icinga.org/icinga/faq</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://www.icinga.org/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl>
|
|
<dependencies>
|
|
<dependency id="DotNet3.5" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\chocolateyInstall.ps1" target="tools" />
|
|
</files>
|
|
</package>
|