Skip to content

Releases: Icinga/icinga2-powershell-module

Icinga 2 PowerShell Module v1.3.0

02 Jun 20:55
Compare
Choose a tag to compare

Full list of Bugfixes and new Features

Deprecation Notice

This module is deprecated with version 1.3.0. Please use the new Icinga for Windows solution for future projects.

Fixed issues and related features

  • Adds overriding possibility of arguments while using Icinga Director Self-Service API
  • Adds HTTP timeout argument
  • Handles deprecated key flag Icinga Agent CA request
  • Fixes whitespaces on NSCP Path
  • Fixes default Global Zones missing
  • Fixes support for Icinga 2.10.0 and higher
  • Fixes hostname fetching to prioritize hostname only

Icinga 2 PowerShell Module v1.2.4

06 Mar 10:01
Compare
Choose a tag to compare

Fixed issues and related features

  • [#73]: Fixed building of binary path for Agent Windows Firewall rules. On some systems a \ was missing within the path

Icinga 2 PowerShell Module v1.2.3

22 Nov 17:07
Compare
Choose a tag to compare

Fixed issues and related features

  • Fixed an output issue with PowerShell remote execution, which caused false error prints on the console for local / web URL's
  • Fixed an issue which could cause the Icinga 2 configuration to become corrupt in case the certificate files required for this are not present. In case the certificates have not been generated and are not already present, the module will no longer write the ApiListener configuration.

Icinga 2 PowerShell Module v1.2.2

22 Nov 07:56
Compare
Choose a tag to compare

Fixed issues and related features

  • Added missing certificate migration in case the Agent is downgraded from Icinga 2.8.0 or above to 2.7.x and lower

Icinga 2 PowerShell Module v1.2.1

21 Nov 22:41
Compare
Choose a tag to compare

Fixed issues and related features

  • Fixed missing variable 'icingaBinary' during host certificate generation request

Icinga 2 PowerShell Module v1.2.0

20 Nov 18:57
Compare
Choose a tag to compare

Fixed issues and related features

  • You can find issues and feature requests related to this release on our
    roadmap

Summary:

  • Added support for Icinga 2.8.0 and above
  • Added support for Icinga 2 CA-Proxy
  • Changed argument boolean values to switch, which changes
    -AllowUpdates $TRUE

to

    -AllowUpdates

for example. This applies to all values, except for -AcceptConfig

Icinga 2 PowerShell Module v1.1.0

17 Nov 18:36
Compare
Choose a tag to compare

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap

Summary:

  • Added troubleshooting possibilities to the module, allowing easier administration
  • Improved documentation for PowerShell Version 2 module installation
  • Fixed an issue with initial setup of the Agent over Self-Service API, which failed to write the host token to disk because the Agent wasn't installed at this point (changed order of handling requests)

Icinga 2 PowerShell Module v1.0.0

14 Nov 21:43
Compare
Choose a tag to compare

Fixed Issues and Improvements

  • You can find issues and feature requests related to this release on our roadmap