mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
4066ab730a
commit
8f875dd51f
@ -208,10 +208,10 @@ namespace Icinga
|
||||
if (chkAcceptCommands.Checked)
|
||||
args += " --accept-commands";
|
||||
|
||||
args += " --ticket " + txtTicket.Text;
|
||||
args += " --trustedcert " + _TrustedFile;
|
||||
args += " --cn " + txtInstanceName.Text;
|
||||
args += " --zone " + txtInstanceName.Text;
|
||||
args += " --ticket \"" + txtTicket.Text + "\"";
|
||||
args += " --trustedcert \"" + _TrustedFile + "\"";
|
||||
args += " --cn \"" + txtInstanceName.Text + "\"";
|
||||
args += " --zone \"" + txtInstanceName.Text + "\"";
|
||||
|
||||
if (!RunProcess(Program.Icinga2InstallDir + "\\sbin\\icinga2.exe",
|
||||
"node setup" + args,
|
||||
|
Loading…
x
Reference in New Issue
Block a user