]> granicus.if.org Git - icinga2/commitdiff
Fix: Windows wizard is missing --zone argument
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 18 Nov 2014 15:19:32 +0000 (16:19 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 18 Nov 2014 15:19:32 +0000 (16:19 +0100)
fixes #7726

agent/windows-setup-agent/SetupWizard.cs

index dd332febe0639d2a2fc0da22102f9f9b21360eba..41770793aa2f5051cee37a6b468e5053fa5e643d 100644 (file)
@@ -225,6 +225,7 @@ namespace Icinga
                        args += " --ticket " + txtTicket.Text;
                        args += " --trustedcert " + _TrustedFile;
                        args += " --cn " + txtInstanceName.Text;
+                       args += " --zone " + txtInstanceName.Text;
 
                        if (!RunProcess(Icinga2InstallDir + "\\sbin\\icinga2.exe",
                                "node setup" + args,