Skip to content

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 'mssql';

Install Snapshot Version

Install-IcingaComponent -Name 'mssql' -Snapshot;

Install Stable Updates

Update-Icinga -Name 'mssql';

Install Snapshot Updates

Update-Icinga -Name 'mssql' -Snapshot;