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 'plugins';
Install Snapshot Version¶
Install-IcingaComponent -Name 'plugins' -Snapshot;
Install Stable Updates¶
Update-Icinga -Name 'plugins';
Install Snapshot Updates¶
Update-Icinga -Name 'plugins' -Snapshot;