You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #316 from Icinga:feature/relocate_reconfigure_menu
Feature: Relocating reconfigure menu entry
The reconfigure menu was previously present inside the Icinga Agent sub-menu and is now moved to the main installation menu.
The reason was that in case Agent installation failed, no re-configuration was possible because the entry is locked for the Agent not being present.
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
21
21
*[#305](https://github.com/Icinga/icinga-powershell-framework/pull/305) Adds a new Cmdlet to test if functions with `Add-Type` are already present inside the current scope of the shell
22
22
*[#306](https://github.com/Icinga/icinga-powershell-framework/pull/306) Adds new Cmdlet `Exit-IcingaThrowCritical` to throw critical exit with a custom message, either by force or by using string filtering and adds storing of plugin exit codes internally
23
23
*[#314](https://github.com/Icinga/icinga-powershell-framework/pull/314) Adds support to configure on which address TCP sockets are created on, defaults to `loopback` interface
24
+
*[#316](https://github.com/Icinga/icinga-powershell-framework/pull/316) The reconfigure menu was previously present inside the Icinga Agent sub-menu and is now moved to the main installation menu for the Management Console
@@ -22,9 +22,16 @@ function Show-IcingaForWindowsInstallerMenuInstallWindows()
22
22
'Help'='Start a new configuration and truncate all information stored on the current swap file. This will only modify your production if you hit "Start installation" at the end';
0 commit comments