Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.14 KB

02-Installation.md

File metadata and controls

31 lines (20 loc) · 1.14 KB

Installation

To install this Icinga for Windows component, you can use the official Icinga repositories. You can read more about this on how to install components for adding existing repositories or create own repositories.

General Note on Installation/Updates

You should always stick to one way of installing/updating any modules for the Icinga for Windows solution. It is not supported and not recommended to mix different installation methods.

Install Stable Version

Install-IcingaComponent -Name 'apichecks';

Install Snapshot Version

Install-IcingaComponent -Name 'apichecks' -Snapshot;

Install Stable Updates

Update-Icinga -Name 'apichecks';

Install Snapshot Updates

Update-Icinga -Name 'apichecks' -Snapshot;