Skip to content

Commit edd0c23

Browse files
content-sync - KNW-2029 translation finished, pick-25
1 parent 60f1cbc commit edd0c23

1 file changed

Lines changed: 23 additions & 66 deletions

File tree

src/common/en/hosts_setup.asciidoc

Lines changed: 23 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -106,29 +106,20 @@ The [.guihint]#Host name# field is used everywhere within {CMK} to uniquely iden
106106
image::hosts_new_host_1.png[alt="Dialog with host properties: the host name."]
107107

108108
Whenever possible, you should use the host's DNS name.
109-
// This block is new
110-
// start translation
111-
////
112-
{CMK} überprüft für Sie, ob der Host unter seinem Namen im DNS gefunden werden kann.
113-
Schon während Sie den Host-Namen in das Eingabefeld eintippen, prüft {CMK} im Hintergrund die Auflösbarkeit des Namens und testet anschließend, ob der Host erreicht werden kann.
114-
////
115-
// end translation
109+
{CMK} checks for you whether the host can be found by its name in the DNS.
110+
Even as you type the host name into the input field, {CMK} checks in the background whether the name can be resolved and then tests whether the host can be reached.
116111

117112
If the DNS name is too bulky, an easier to recognize alias name can be assigned later.
118113
Note, however, that {CMK} allows a maximum length of 240 characters for the host name.
119114

120-
xref:rename[Changes to the host name] are in principle also later possible, however since the host name is used in many places in {CMK}, later changes are more complex and time-consuming when monitoring data has already been accumulated by the time the change is to made.
115+
xref:rename[Changes to the host name] are in principle also later possible,
116+
however since the host name is used in many places in {CMK}, later changes are more complex and time-consuming when monitoring data has already been accumulated by the time the change is to made.
121117

122-
// This block is new
123-
// start translation
124-
////
125-
Im Kasten [.guihint]#Basic settings# haben Sie zwei Optionen, um festzulegen, von wo aus der Host überwacht werden soll.
126-
Mit [.guihint]#Monitored on site# wählen Sie die {CMK}-xref:glossar#site[Instanz] aus und mit [.guihint]#Monitored on relay# das xref:glossar#checkmk_relay[{CMK} Relay].
118+
In the [.guihint]#Basic settings# box, you have two options for specifying where the host should be monitored from.
119+
With [.guihint]#Monitored on site#, you select the {CMK} xref:glossar#site[site], and with [.guihint]#Monitored on relay#, you select the xref:glossar#checkmk_relay[{CMK} Relay].
127120
ifdef::onprem[]
128-
Die Auswahl der Instanz ist relevant im xref:glossar#distributed_monitoring[verteilten Monitoring] und ein {CMK} Relay können Sie nur dann auswählen, wenn es bereits eingerichtet wurde.
121+
The selection of a site is relevant in xref:glossar#distributed_monitoring[distributed monitoring], and you can only select a {CMK} Relay if it has already been set up.
129122
endif::[]
130-
////
131-
// end translation
132123

133124

134125
[#dns]
@@ -137,17 +128,12 @@ endif::[]
137128
You can assign an alternative, descriptive name for the host under [.guihint]#Alias#, which is displayed in many places in the GUI and in reports.
138129
If you do not assign an alias, the host name will be used instead.
139130

140-
.Assign an alias and an IP address to the host
131+
.Assigning an alias and an IP address to the host
141132
image::hosts_new_host_2.png[alt="Dialog with properties of a host: alias and IP address."]
142133

143134
You do not necessarily have to specify an IP address.
144-
// This block is new
145-
// start translation
146-
////
147-
Wenn Sie aber eine IP-Adresse eintragen, überspringt {CMK} die Prüfung der Auflösbarkeit des Host-Namens und testet direkt die Erreichbarkeit dieser IP-Adresse.
148-
Die Rückmeldung über das Ergebnis erhalten Sie dann beim Feld mit der IP-Adresse.
149-
////
150-
// end translation
135+
However, if you enter an IP address, {CMK} skips the check for host name resolvability and directly tests the connectivity of this IP address.
136+
You will then see the result in the field containing the IP address.
151137

152138
Four options are available for configuring the IP address, which also determine when the name is resolved:
153139

@@ -181,12 +167,7 @@ In the [.guihint]#Additional IPv4 addresses# and [.guihint]#Additional IPv6 addr
181167
For some applications it is necessary to set the [.guihint]#IP address family# to [.guihint]#No IP#.
182168
This applies to hosts queried via a xref:glossar#special_agent[special agent], and to the xref:glossar#push_mode[push mode] of the {CMK} agent.
183169
You can read more about this in the following section on monitoring agents.
184-
// This block is new
185-
// start translation
186-
////
187-
Wenn Sie [.guihint]#No IP# auswählen, stellt {CMK} seine Überprüfung von Host-Name oder IP-Adresse im Hintergrund ein.
188-
////
189-
// end translation
170+
If you select [.guihint]#No IP#, {CMK} will stop checking for host names or IP addresses in the background.
190171

191172

192173
[#monitoring_agents]
@@ -225,22 +206,17 @@ Rules for active checks can be found in [.guihint]#Setup > Hosts > HTTP, TCP, Em
225206
If you do not define at least one active check, {CMK} will automatically create a [.guihint]#PING# service.
226207
|===
227208

228-
// This block is new
229-
// start translation
230-
////
231209
ifdef::onprem[]
232-
Für jeden Wert mit {CMK}-Agenten, das heißt für die ersten beiden Einträge der Tabelle, wird der Knopf [.guihint]#Test agent connection# eingeblendet.
233-
Per Klick können Sie so die Agentenverbindung testen und falls der Agent nicht installiert oder registriert ist, die Installation und/oder Registrierung starten.
234-
Dazu wird Ihnen ein Slideout eingeblendet, das Sie durch die notwendigen Schritte führt, die im xref:intro_setup_monitor#download_agent[Leitfaden für Einsteiger] genau beschrieben sind.
210+
For each value having {CMK} agent — that is, for the first two entries in the table — the [.guihint]#Test agent connection# button will be displayed.
211+
With a single click, you can test the agent connection and, if the agent has not been installed or registered, start the installation and/or registration process.
212+
To do this, a slideout will appear, guiding you through the necessary steps, which are described in detail in the xref:intro_setup_monitor#download_agent[Beginner’s Guide].
235213
endif::[]
236214

237215
ifdef::saas[]
238-
Für jeden Wert mit {CMK}-Agenten, das heißt für die ersten beiden Einträge der Tabelle, wird der Knopf [.guihint]#Install & register agent# eingeblendet.
239-
Per Klick können Sie so die Installation und Registrierung des Agenten starten.
240-
Dazu wird Ihnen ein Slideout eingeblendet, das Sie durch die notwendigen Schritte führt, die im xref:intro_setup_monitor#first[Leitfaden für Einsteiger] beschrieben sind.
216+
For each value having {CMK} agent — that is, for the first two entries in the table — the [.guihint]#Install & register agent# button will be displayed.
217+
By clicking this button, you can start the installation and registration of the agent.
218+
To do this, a slideout will appear, guiding you through the necessary steps, which are described in the xref:intro_setup_monitor#first[Beginner’s Guide].
241219
endif::[]
242-
////
243-
// end translation
244220

245221
[TIP]
246222
====
@@ -253,17 +229,8 @@ ifdef::onprem[]
253229
With the [.guihint]#{CMK} agent connection mode# option you decide whether the {CMK} agent should work in the xref:glossar#pull_mode[pull mode] or in the xref:glossar#push_mode[push mode].
254230
This option is only available in {CCE}, as the push mode is supported only in this edition.
255231
By the way, this option is also available in {CE} in the properties of a folder and is used there to enable xref:hosts_autoregister#[hosts to be created automatically] via auto-registration.
256-
// This block is outdated
257-
// delete from here
258-
If you select [.guihint]#Push - {CMK} agent contacts the server# for the host here, additionally set [.guihint]#IP address family# to [.guihint]#No IP# in the xref:dns[Network address box].
259-
// delete to here
260-
// This block is new
261-
// start translation
262-
////
263-
Wenn Sie für den Host [.guihint]#Push - {CMK} agent contacts the server# auswählen, wird der Knopf [.guihint]#Test agent connection# ersetzt durch [.guihint]#Install & register agent#.
264-
Für einen Host im Push-Modus, setzen Sie zusätzlich im xref:dns[Kasten Network address] die [.guihint]#IP address family# auf [.guihint]#No IP#.
265-
////
266-
// end translation
232+
If you select [.guihint]#Push - {CMK} agent contacts the server# for the host, the [.guihint]#Test agent connection# button is replaced by [.guihint]#Install & register agent#.
233+
For a host in push mode, also set the [.guihint]#IP address family# to [.guihint]#No IP# in the xref:dns[Network address box].
267234
This prevents the host's accessibility from being checked via xref:cmc_differences#smartping[Smart Ping].
268235
In all other editions, the agent works in pull mode.
269236
endif::[]
@@ -280,30 +247,20 @@ After enabling [.guihint]#SNMP# and selecting the SNMP version, the [.guihint]#S
280247
which allows you to specify the SNMP community.
281248
However, since this is usually the same for many hosts, it is more advisable to store this setting in the xref:folder[folder].
282249
If you do not specify anything, `public` is automatically assumed.
283-
// This block is new
284-
// start translation
285-
////
286250
ifdef::saas[]
287-
Die Auswahl von SNMP setzt voraus, dass der Host per {CMK} Relay überwacht wird.
288-
Die entsprechende Option [.guihint]#Monitored on relay# finden Sie im Kasten [.guihint]#Basic settings#, dort, wo Sie auch den xref:host_name[Host-Namen] festlegen.
251+
Selecting SNMP requires that the host is monitored via {CMK} Relay.
252+
You can find the corresponding option [.guihint]#Monitored on relay# in the [.guihint]#Basic settings# box, where you also specify the xref:host_name[host name].
289253
endif::[]
290-
////
291-
// end translation
292254

293255
The next field [.guihint]#Piggyback# refers to the use of xref:glossar#piggyback[piggyback data], which is piggybacked by other hosts and assigned as agent output to this host.
294256
Note that the setting made here must match the settings of the first [.guihint]#{CMK} agent / API integrations# option,
295257
otherwise the absence of expected monitoring data may not be noticed.
296258
For this reason, one entry is explicitly [.guihint]#Always use and expect piggyback data#.
297259

298-
// This block is new
299-
// start translation
300-
////
301-
Zur Option [.guihint]#OpenTelemetry data# erfahren Sie mehr im xref:opentelemetry#[Artikel zu OpenTelemetry].
260+
For more information on the [.guihint]#OpenTelemetry data# option, see the xref:opentelemetry#[OpenTelemetry article].
302261
ifdef::onprem[]
303-
Diese Option gibt es nur in {CE}.
262+
This option is available only in {CE}.
304263
endif::[]
305-
////
306-
// end translation
307264

308265

309266
[#custom_attributes]

0 commit comments

Comments
 (0)