mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
parent
e2247d3019
commit
f907a7f617
@ -170,7 +170,7 @@ wizard_endpoint_loop_start:
|
|||||||
Log(LogWarning, "cli", "Node to master connection setup skipped");
|
Log(LogWarning, "cli", "Node to master connection setup skipped");
|
||||||
std::cout << "Connection setup skipped. Please configure your master to connect to this node.\n";
|
std::cout << "Connection setup skipped. Please configure your master to connect to this node.\n";
|
||||||
} else {
|
} else {
|
||||||
std::cout << ConsoleColorTag(Console_Bold) << "Please fill out the master connection information:" << ConsoleColorTag(Console_Normal) << "\n";
|
std::cout << ConsoleColorTag(Console_Bold) << "Please fill out the master connection information:" << ConsoleColorTag(Console_Normal) << "\n";
|
||||||
std::cout << ConsoleColorTag(Console_Bold) << "Master endpoint host" << ConsoleColorTag(Console_Normal) << " (Your master's IP address or FQDN): ";
|
std::cout << ConsoleColorTag(Console_Bold) << "Master endpoint host" << ConsoleColorTag(Console_Normal) << " (Your master's IP address or FQDN): ";
|
||||||
|
|
||||||
std::getline(std::cin, answer);
|
std::getline(std::cin, answer);
|
||||||
@ -197,7 +197,7 @@ wizard_endpoint_loop_start:
|
|||||||
tmp = "5665";
|
tmp = "5665";
|
||||||
|
|
||||||
tmp.Trim();
|
tmp.Trim();
|
||||||
endpoint_buffer += "," + answer;
|
endpoint_buffer += "," + tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
endpoints.push_back(endpoint_buffer);
|
endpoints.push_back(endpoint_buffer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user