Downloads:
1,277,265
Downloads of v 2.14.3:
3,538
Last Update:
12 Nov 2024
Package Maintainer(s):
Software Author(s):
- Icinga GmbH
Tags:
icinga2 icinga agent monitoring admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Icinga 2
- 1
- 2
- 3
2.14.3 | Updated: 12 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,277,265
Downloads of v 2.14.3:
3,538
Software Author(s):
- Icinga GmbH
Icinga 2 2.14.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Icinga GmbH. The inclusion of Icinga GmbH trademark(s), if any, upon this webpage is solely to identify Icinga GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Are Exempted or Have Failed
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Icinga 2, run the following command from the command line or from PowerShell:
To upgrade Icinga 2, run the following command from the command line or from PowerShell:
To uninstall Icinga 2, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download icinga2 --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade icinga2 -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade icinga2 -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install icinga2
win_chocolatey:
name: icinga2
version: '2.14.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'icinga2' do
action :install
source 'INTERNAL REPO URL'
version '2.14.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller icinga2
{
Name = "icinga2"
Version = "2.14.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'icinga2':
ensure => '2.14.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 12 Nov 2024.
Icinga is an open source monitoring platform which notifies users about host and service outages.
$packageName = "Icinga 2";
$fileType = 'msi';
$silentArgs = '/qr /norestart'
$validExitCodes = @(0)
$packageGuid = Get-ChildItem HKLM:\SOFTWARE\Classes\Installer\Products |
Get-ItemProperty -Name 'ProductName' |
? { $_.ProductName -like $packageName + "*"} |
Select -ExpandProperty PSChildName -First 1
$properties = Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\$packageGuid\InstallProperties
$file = $properties.LocalPackage
# Would like to use the following, but looks like there is a bug in this method when uninstalling MSI's
# Uninstall-ChocolateyPackage $packageName $fileType $silentArgs $file -validExitCodes $validExitCodes
# Use this instead
$msiArgs = "/x $file $silentArgs";
Start-ChocolateyProcessAsAdmin "$msiArgs" 'msiexec' -validExitCodes $validExitCodes
Log in or click on link to see number of positives.
- icinga2.2.14.3.nupkg (a25c90bdbb20) - ## / 68
- Icinga2-v2.14.3-x86_64.msi (966600c413fc) - ## / 64
- Icinga2-v2.14.3-x86.msi (b5b6679aac0d) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Icinga 2 2.14.3 | 3538 | Tuesday, November 12, 2024 | Approved | |
Icinga 2 2.14.2 | 23545 | Thursday, January 18, 2024 | Approved | |
Icinga 2 2.14.1 | 711 | Thursday, December 21, 2023 | Approved | |
Icinga 2 2.14.0 | 4039 | Wednesday, July 12, 2023 | Approved | |
Icinga 2 2.13.10 | 14 | Tuesday, November 12, 2024 | Approved | |
Icinga 2 2.13.9 | 45 | Thursday, December 21, 2023 | Approved | |
Icinga 2 2.13.8 | 66 | Wednesday, July 12, 2023 | Approved | |
Icinga 2 2.13.7 | 3903 | Thursday, February 16, 2023 | Approved | |
Icinga 2 2.13.6 | 13675 | Tuesday, November 8, 2022 | Approved | |
Icinga 2 2.13.5 | 41163 | Thursday, August 11, 2022 | Approved | |
Icinga 2 2.13.4 | 67883 | Thursday, June 30, 2022 | Approved | |
Icinga 2 2.13.3 | 168192 | Thursday, April 14, 2022 | Approved | |
Icinga 2 2.13.1 | 801600 | Thursday, August 19, 2021 | Approved | |
Icinga 2 2.13.0 | 3546 | Tuesday, August 3, 2021 | Approved | |
Icinga 2 2.12.11 | 14 | Tuesday, November 12, 2024 | Approved | |
Icinga 2 2.12.9 | 76 | Thursday, June 30, 2022 | Approved | |
Icinga 2 2.12.8 | 58 | Thursday, April 28, 2022 | Approved | |
Icinga 2 2.12.7 | 55 | Thursday, April 14, 2022 | Exempted | |
Icinga 2 2.12.6 | 100 | Thursday, August 19, 2021 | Approved | |
Icinga 2 2.12.5 | 4304 | Thursday, July 15, 2021 | Approved | |
Icinga 2 2.12.4 | 2162 | Thursday, May 27, 2021 | Approved | |
Icinga 2 2.12.3 | 2505 | Tuesday, December 15, 2020 | Approved | |
Icinga 2 2.12.2 | 617 | Tuesday, December 1, 2020 | Approved | |
Icinga 2 2.12.1 | 952 | Thursday, October 15, 2020 | Approved | |
Icinga 2 2.12.0 | 2155 | Wednesday, August 5, 2020 | Approved | |
Icinga 2 2.11.12 | 19 | Tuesday, November 12, 2024 | Approved | |
Icinga 2 2.11.11 | 79 | Thursday, August 19, 2021 | Approved | |
Icinga 2 2.11.10 | 92 | Thursday, July 15, 2021 | Approved | |
Icinga 2 2.11.9 | 105 | Thursday, May 27, 2021 | Approved | |
Icinga 2 2.11.8 | 131 | Tuesday, December 15, 2020 | Approved | |
Icinga 2 2.11.7 | 95 | Tuesday, December 1, 2020 | Approved | |
Icinga 2 2.11.6 | 147 | Friday, October 16, 2020 | Approved | |
Icinga 2 2.11.5 | 254 | Wednesday, August 5, 2020 | Approved | |
Icinga 2 2.11.4 | 2017 | Thursday, June 18, 2020 | Approved | |
Icinga 2 2.11.3 | 3658 | Wednesday, March 4, 2020 | Approved | |
Icinga 2 2.11.2 | 26734 | Thursday, October 24, 2019 | Approved | |
Icinga 2 2.11.1 | 2020 | Sunday, October 20, 2019 | Approved | |
Icinga 2 2.11.0 | 902 | Thursday, October 10, 2019 | Approved | |
Icinga 2 2.10.5 | 47866 | Thursday, May 23, 2019 | Approved | |
Icinga 2 2.10.4 | 1490 | Tuesday, March 19, 2019 | Approved | |
Icinga 2 2.10.3 | 838 | Tuesday, February 26, 2019 | Approved | |
Icinga 2 2.10.2 | 2018 | Wednesday, November 14, 2018 | Approved | |
Icinga 2 2.10.1 | 1356 | Thursday, October 18, 2018 | Approved | |
Icinga 2 2.10.0 | 744 | Monday, October 15, 2018 | Approved | |
Icinga 2 2.9.0 | 1359 | Wednesday, July 18, 2018 | Approved | |
Icinga 2 2.8.4 | 1863 | Wednesday, April 25, 2018 | Approved | |
Icinga 2 2.8.2 | 3325 | Thursday, March 22, 2018 | Approved | |
Icinga 2 2.8.1 | 20159 | Wednesday, January 17, 2018 | Approved | |
Icinga 2 2.7.2 | 926 | Thursday, November 9, 2017 | Approved | |
Icinga 2 2.7.1 | 835 | Thursday, September 21, 2017 | Approved | |
Icinga2 2.6.3 | 1542 | Thursday, March 30, 2017 | Approved | |
Icinga2 2.6.2 | 837 | Monday, February 13, 2017 | Approved | |
Icinga2 2.6.1 | 587 | Tuesday, January 31, 2017 | Approved | |
Icinga2 2.6.0 | 628 | Tuesday, December 13, 2016 | Approved | |
Icinga2 2.5.4 | 1136 | Wednesday, August 31, 2016 | Approved | |
Icinga2 2.4.10 | 750 | Monday, June 27, 2016 | Approved | |
Icinga2 2.4.8 | 569 | Tuesday, May 17, 2016 | Approved | |
Icinga2 2.4.7 | 588 | Thursday, April 21, 2016 | Approved | |
Icinga2 2.4.4 | 643 | Friday, March 18, 2016 | Approved | |
Icinga2 2.4.3 | 593 | Monday, March 7, 2016 | Approved | |
Icinga2 2.4.1 | 916 | Tuesday, December 15, 2015 | Approved | |
Icinga2 2.4.0 | 485 | Monday, November 16, 2015 | Approved | |
Icinga2 2.3.8 | 613 | Monday, July 20, 2015 | Approved | |
Icinga2 2.3.6 | 450 | Wednesday, July 8, 2015 | Approved | |
Icinga2 2.3.5 | 454 | Thursday, June 18, 2015 | Approved | |
Icinga2 2.3.4 | 1263 | Monday, May 4, 2015 | Approved | |
Icinga2 2.3.2 | 477 | Monday, May 4, 2015 | Approved | |
Icinga2 2.3.0 | 508 | Monday, May 4, 2015 | Approved |
Ground Rules:
- This discussion is only about Icinga 2 and the Icinga 2 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Icinga 2, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.