mirror of https://github.com/Icinga/icinga2.git
parent
e4656d9b25
commit
f8a5f98804
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue