After `vars` is fully populated, all object attributes can be set calculated from
provided host attributes. For strings, you can use string concatention with the `+` operator.
-You can also specifiy the display_name, check command, interval, notes, notes_url, action_url, etc.
+You can also specify the display_name, check command, interval, notes, notes_url, action_url, etc.
attributes that way. Attribute strings can be [concatenated](17-language-reference.md#expression-operators),
for example for adding a more detailed service `display_name`.
Please specify if this is a satellite setup ('n' installs a master setup) [Y/n]: n
Starting the Master setup routine...
- Please specifiy the common name (CN) [icinga2-master1.localdomain]: icinga2-master1.localdomain
+ Please specify the common name (CN) [icinga2-master1.localdomain]: icinga2-master1.localdomain
Checking for existing certificates for common name 'icinga2-master1.localdomain'...
Certificates not yet generated. Running 'api setup' now.
information/cli: Generating new CA.
Please specify if this is a satellite setup ('n' installs a master setup) [Y/n]:
Starting the Node setup routine...
- Please specifiy the common name (CN) [icinga2-client1.localdomain]: icinga2-client1.localdomain
+ Please specify the common name (CN) [icinga2-client1.localdomain]: icinga2-client1.localdomain
Please specify the master endpoint(s) this node should connect to:
Master Common Name (CN from your master setup): icinga2-master1.localdomain
Do you want to establish a connection to the master from this node? [Y/n]:
/* CN */
std::cout << ConsoleColorTag(Console_Bold)
- << "Please specifiy the common name (CN)"
+ << "Please specify the common name (CN)"
<< ConsoleColorTag(Console_Normal)
<< " [" << Utility::GetFQDN() << "]: ";
/* CN */
std::cout << ConsoleColorTag(Console_Bold)
- << "Please specifiy the common name" << ConsoleColorTag(Console_Normal)
+ << "Please specify the common name" << ConsoleColorTag(Console_Normal)
<< " (CN) [" << Utility::GetFQDN() << "]: ";
std::getline(std::cin, answer);