this.lblSetupCompleted.Name = "lblSetupCompleted";
this.lblSetupCompleted.Size = new System.Drawing.Size(214, 13);
this.lblSetupCompleted.TabIndex = 0;
- this.lblSetupCompleted.Text = "The Icinga 2 agent was set up successfully.";
+ this.lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
//
// tabConfigure
//
SetConfigureStatus(100, "Finished.");
+ // Override the completed text
+ lblSetupCompleted.Text = "The Icinga 2 Windows client was set up successfully.";
+
+ // Add a note for the user for ticket-less signing
+ if (txtTicket.Text == "") {
+ lblSetupCompleted.Text += "\n\nTicket was not specified. Please sign the certificate request on the Icinga 2 master node (requires v2.8+).";
+ }
+
FinishConfigure();
}