-
You can find issues and feature requests related to this release on our roadmap
-
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
-
You can find issues and feature requests related to this release on our roadmap
-
Added additional troubleshooting support for dumping Icinga 2 configuration and objects
-
Improved documentation for PowerShell 2 support and installation
-
Fixed code stylings
- You can find issues and feature requests related to this release on our roadmap
- The argument -DirectorUrl is now explicit (https://icinga2-master.example.com/icingaweb2/director/) and no longer implicit. Be aware to update your scripts to work with this version!
- With Icinga Director version 1.4.0 and later you can entirely automate the installation of your Icinga 2 Agent environment on Windows. Take a look on the Automation Example
- The HTTP handler has been updated to properly return status codes, allowing a better handling of possible errors and exceptions
- Added support to automaticly install and base-configure the NSClient++ from different locations
- Added support which allows to change the user the Icinga service is running with to grant additional privileges to the Agent
- Added support for enabling or disabling the Icinga 2 debug log with a PowerShell argument. To make this work, you will have to ensure the configuration is written once again with this version of the PowerShell module. Otherwise the argument will not work.
- The PowerShell module now allows to open an inbound firewall rule, allowing the connection to the Agent
- Updated documentation for all arguments and added additional examples and use-cases