mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
parent
d1b6256923
commit
e4656d9b25
@ -227,7 +227,7 @@ namespace Icinga
|
|||||||
args += " --cn " + txtInstanceName.Text;
|
args += " --cn " + txtInstanceName.Text;
|
||||||
|
|
||||||
if (!RunProcess(Icinga2InstallDir + "\\sbin\\icinga2.exe",
|
if (!RunProcess(Icinga2InstallDir + "\\sbin\\icinga2.exe",
|
||||||
"agent setup" + args,
|
"node setup" + args,
|
||||||
out output)) {
|
out output)) {
|
||||||
ShowErrorText(output);
|
ShowErrorText(output);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user