You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/de/glossar.asciidoc
+14-29Lines changed: 14 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,7 @@ include::global_attr.adoc[]
14
14
[#agent]
15
15
==== Agent
16
16
Ein Agent sammelt die für das Monitoring relevanten Daten von einem Host ein.
17
-
ifdef::onprem[]
18
17
Das kann ein kleines, auf dem Host installiertes Programm sein (der {CMK}-Agent), ein unabhängig von {CMK} auf dem Host laufender SNMP-Agent, ein Spezialagent, der sich die Informationen über eine vom Zielsystem bereitgestellte API besorgt -- oder ein aktiver Check, der netzwerkbasierte Dienste abfragt.
19
-
endif::[]
20
-
ifdef::saas[]
21
-
Das kann ein kleines, auf dem Host installiertes Programm sein (der {CMK}-Agent), ein Spezialagent, der sich die Informationen über eine vom Zielsystem bereitgestellte API besorgt -- oder ein aktiver Check, der netzwerkbasierte Dienste abfragt.
22
-
endif::[]
23
18
24
19
Mehr unter xref:wato_monitoringagents#[Monitoring-Agenten.]
25
20
@@ -52,6 +47,7 @@ Mehr unter xref:wato_monitoringagents#bakery[Die Agentenbäckerei.]
52
47
==== Agentenplugin
53
48
Ein Agentenplugin erweitert die Funktionen des standardmäßig ausgelieferten {CMK}-Agenten.
54
49
Es ist ein kleines Programm oder Skript, das vom {CMK}-Agenten aufgerufen wird und die Ausgabe des Agenten um weitere Sektionen mit zusätzlichen Monitoring-Daten anreichert.
50
+
Diese Daten werden auf dem {CMK}-Server von einem passenden Check-Plugin ausgewertet.
55
51
Ein Beispiel für ein Agentenplugin ist der Agent Updater.
56
52
57
53
Mehr unter xref:agent_linux#plugins[Agent um Plugins erweitern.]
@@ -116,7 +112,7 @@ Das kann die abstrakte Gruppierung einzelner Komponenten oder eine geschäftskri
116
112
So lässt sich etwa der Zustand einer Anwendung _E-Mail,_ bestehend aus diversen Hosts, Switches und Diensten wie SMTP und IMAP, über eine einzige Visualisierung erfassen.
117
113
Auch die Formulierung gänzlich ungreifbarer und nicht-technischer Belange ist hier möglich, zum Beispiel die termingerechte Verfügbarkeit eines auszuliefernden Produkts:
118
114
Dieses Ziel liegt in der Zukunft und hängt von vielen Aspekten ab, der Supply Chain, einem funktionierenden Maschinenpark, verfügbarem Personal etc.
119
-
Etwaige Gefährdungen für dieses abstrakte Ziel ließen sich über das BI-Modul erfassen.
115
+
Etwaige Gefährdungen für dieses abstrakte Ziel lassen sich über das BI-Modul erfassen.
120
116
121
117
Mehr unter xref:bi#[Business Intelligence (BI).]
122
118
@@ -134,7 +130,7 @@ Mehr unter xref:monitoring_basics#checks[Checks.]
134
130
==== Check-Plugin
135
131
Check-Plugins sind in Python geschriebene Module, die auf der {CMK}-Instanz ausgeführt werden und die Services eines Hosts erstellen und auswerten.
136
132
ifdef::onprem[]
137
-
Ein Beispiel: Das Check-Plugin _df_, zu finden innerhalb einer Instanz unter `~/local/lib/python3/cmk_addons/plugins/<plug-in_family>/agent_based/` (bei Nutzung der Check-API V2) oder `~/local/lib/check_mk/base/plugins/agent_based/` (bei Nutzung der Check-API V1), erstellt aus den Daten eines Agenten in der Instanz Services für die vorhandenen eingebundenen Dateisysteme eines Hosts und überprüft diese Services anhand der Daten, also etwa wie viel freien Speicherplatz es noch gibt.
133
+
Ein Beispiel: Das Check-Plugin _df_, zu finden innerhalb einer Instanz unter `~/local/lib/python3/cmk_addons/plugins/<plug-in_family>/agent_based/` (bei Nutzung der Check-API V2), erstellt aus den Daten eines Agenten in der Instanz Services für die vorhandenen eingebundenen Dateisysteme eines Hosts und überprüft diese Services anhand der Daten, also etwa wie viel freien Speicherplatz es noch gibt.
138
134
endif::[]
139
135
ifdef::saas[]
140
136
Ein Beispiel: Das Check-Plugin _df_ erstellt aus den Daten eines Agenten in der Instanz Services für die vorhandenen eingebundenen Dateisysteme eines Hosts und überprüft diese Services anhand der Daten, also etwa wie viel freien Speicherplatz es noch gibt.
Ein Host im Sinne von {CMK} ist jedes eigenständige, physische oder virtuelle System, das von {CMK} überwacht wird.
210
-
ifdef::onprem[]
211
206
In der Regel handelt es sich um Dinge mit eigener IP-Adresse (Server, Switches, SNMP-Geräte, virtuelle Maschinen), aber auch um beispielsweise Docker Container oder andere logische Objekte ohne eine solche Adresse.
212
-
endif::[]
213
-
ifdef::saas[]
214
-
In der Regel handelt es sich um Dinge mit eigener IP-Adresse (Server, virtuelle Maschinen), aber auch um beispielsweise Docker Container oder andere logische Objekte ohne eine solche Adresse.
215
-
endif::[]
216
207
Jeder Host hat immer einen der Zustände {UP}, {DOWN}, {UNREACH} oder {PEND} und immer mindestens einen Service.
217
208
218
209
Noch weiter heruntergebrochen:
@@ -318,7 +309,7 @@ Mehr unter xref:localchecks#[Lokale Checks.]
318
309
319
310
[#metric]
320
311
==== Metrik
321
-
Mess- und berechenbare Werte zu Hosts und Services in ihrem zeitlichen Verlauf, etwa Temperatur, Auslastung oder Verfügbarkeit, die beispielsweise für Graphen herangezogen werden können.
312
+
Mess- und berechenbare Werte zu Services in ihrem zeitlichen Verlauf, etwa Temperatur, Auslastung oder Verfügbarkeit, die beispielsweise für Graphen herangezogen werden können.
322
313
ifdef::onprem[]
323
314
Vergangene Werte werden in RRDs (Round-Robin-Datenbank) gespeichert und halten diese in der Standardeinstellung bis zu 4 Jahre vor.
324
315
endif::[]
@@ -370,16 +361,16 @@ Mehr unter xref:piggyback#[Der Piggyback-Mechanismus.]
370
361
Im Pull-Modus lauscht der {CMK}-Agent am TCP-Port 6556 auf eingehende Verbindungen vom {CMK}-Server.
371
362
Sobald der Agent eine Aufforderung erhält, schickt er die Monitoring-Daten an den Server.
372
363
Hier geht die Initiative zur Datenübertragung vom Server aus, der die Daten vom Agenten quasi heran__zieht__.
373
-
ifdef::saas[]
374
-
// ES: This sentence may need attention for KNW-2113
375
-
Der Pull-Modus ist der Standardweg zur Datenübertragung vom {CMK}-Agenten in den On-Premises-Editionen von {CMK}.
376
-
Er steht in {CE} nicht zur Verfügung.
377
-
endif::[]
378
364
ifdef::onprem[]
379
365
Der Pull-Modus ist der Standardweg zur Datenübertragung vom {CMK}-Agenten -- und funktioniert in allen {CMK}-Editionen.
380
366
381
367
Mehr unter xref:wato_monitoringagents#agents[Der {CMK}-Agent.]
382
368
endif::[]
369
+
ifdef::saas[]
370
+
// ES: This sentence may need attention for KNW-2113
371
+
Der Pull-Modus ist der Standardweg zur Datenübertragung vom {CMK}-Agenten in den On-Premises-Editionen von {CMK}.
372
+
Er steht in {CE} nicht zur Verfügung.
373
+
endif::[]
383
374
384
375
385
376
[#push_mode]
@@ -388,7 +379,7 @@ Im Push-Modus sendet der {CMK}-Agent minütlich die Monitoring-Daten an den {CMK
388
379
Der Agent _stößt_ also die Datenübertragung von sich aus an und wartet nicht auf eine Aufforderung des Servers.
389
380
Der Push-Modus ist immer dann erforderlich, wenn der {CMK}-Server nicht auf das Netzwerk zugreifen kann, in dem sich der zu überwachende Host mit seinem Agenten befindet, also z.B. in einer Cloud-basierten Konfiguration.
390
381
ifdef::onprem[]
391
-
Daher gibt es den Push-Modus nur für {CCE}.
382
+
Daher gibt es den Push-Modus nur in {CCE}.
392
383
endif::[]
393
384
394
385
Mehr unter xref:wato_monitoringagents#agents[Der {CMK}-Agent.]
@@ -439,7 +430,7 @@ Mehr unter xref:wato_services#[Services verstehen und konfigurieren.]
439
430
440
431
[#service_discovery]
441
432
==== Service-Erkennung
442
-
Sobald ein Host dem Monitoring hinzugefügt wird, erkennt {CMK} automatisch alle verfügbaren Services, die ins Monitoring aufgenommen werden können -- und hält diese Liste auch im laufenden Betrieb stets aktuell.
433
+
Sobald ein Host hinzugefügt wird, erkennt {CMK} automatisch alle verfügbaren Services, die ins Monitoring aufgenommen werden können -- und hält diese Liste auch im laufenden Betrieb stets aktuell.
443
434
Die Service-Erkennung (englisch: _service discovery_) lässt sich aber auch jederzeit manuell über die Konfiguration eines Hosts starten.
444
435
445
436
Mehr unter xref:wato_services#[Services verstehen und konfigurieren.]
@@ -485,12 +476,7 @@ Mehr unter xref:snmp#[SNMP.]
485
476
486
477
[#special_agent]
487
478
==== Spezialagent
488
-
ifdef::onprem[]
489
479
Auf einigen Systemen lässt sich der reguläre {CMK}-Agent nicht installieren und SNMP steht nicht (befriedigend) zur Verfügung.
490
-
endif::[]
491
-
ifdef::saas[]
492
-
Auf einigen Systemen lässt sich der reguläre {CMK}-Agent nicht installieren.
493
-
endif::[]
494
480
Stattdessen bieten diese Systeme Management-APIs, die auf Telnet, SSH oder HTTP/XML basieren.
495
481
Über einen Spezialagenten, der auf dem {CMK}-Server läuft, fragt {CMK} diese Schnittstellen ab, womit der Host per API in {CMK} integriert wird.
496
482
@@ -531,6 +517,7 @@ ifdef::saas[]
531
517
Ein verteiltes Monitoring gibt es nur in den On-Premises-Editionen von {CMK} und nicht in {CE}.
532
518
endif::[]
533
519
520
+
534
521
ifdef::onprem[]
535
522
[#central_setup]
536
523
==== Verteiltes Monitoring mit zentralem Setup
@@ -545,7 +532,7 @@ endif::[]
545
532
ifdef::onprem[]
546
533
[#virtual_appliance]
547
534
==== Virtuelle Appliance
548
-
Die virtuelle Appliance ist ein für VirtualBox oder VMware ESXi erstelltes System mit einer vorinstallierten, für {CMK} vorbereiteten Firmware.
535
+
Die virtuelle Appliance ist ein für VMware ESXi, Microsoft Hyper-V oder Proxmox erstelltes System mit einer vorinstallierten, für {CMK} vorbereiteten Firmware.
549
536
Sie beinhaltet eine grafischen Konfigurationsoberfläche, die jegliche Linux-Kenntnisse überflüssig macht.
550
537
551
538
Mehr unter xref:intro_setup#virtual_appliance[Virtuelle Appliance.]
@@ -574,9 +561,7 @@ endif::[]
574
561
==== Werk
575
562
Die Software-Entwicklung von {CMK} ist in sogenannten Werks organisiert.
576
563
Jede Änderung, Fehlerbehebung oder Neuerung, die einen Einfluss auf die Erfahrung des Benutzers hat, wird in einem eigenen Werk erfasst, samt Hinweisen zu Auswirkungen und etwaigen Inkompatibilitäten.
577
-
Die Liste der Werks gibt es direkt in {CMK} über das [.guihint]#Help#-Menü in der Navigationsleiste und auf der {CMK}-Homepage.
578
-
579
-
Mehr unter link:https://checkmk.com/de/werks[Werks.^]
564
+
Die Liste der Werks gibt es direkt in {CMK} über das [.guihint]#Help#-Menü in der Navigationsleiste und auf der link:https://checkmk.com/werks[{CMK}-Website^].
Copy file name to clipboardExpand all lines: src/common/en/glossar.asciidoc
+12-28Lines changed: 12 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,7 @@ More under xref:active_checks#[Monitoring network services (Active checks)].
32
32
[#agent]
33
33
==== Agent
34
34
An agent on a host collects data relevant for the monitoring.
35
-
ifdef::onprem[]
36
35
The agent can be a small program installed on the host (the {CMK} agent), or an SNMP agent running independently of {CMK} on the host, or a special agent that obtains the information through an API provided by the target system -- or an active check that queries network-based services.
37
-
endif::[]
38
-
ifdef::saas[]
39
-
The agent can be a small program installed on the host (the {CMK} agent), a special agent that obtains the information through an API provided by the target system -- or an active check that queries network-based services.
40
-
endif::[]
41
36
42
37
More under xref:wato_monitoringagents#[Monitoring agents].
43
38
@@ -58,6 +53,7 @@ More under xref:wato_monitoringagents#bakery[The Agent Bakery].
58
53
==== Agent plug-in
59
54
An agent plug-in extends the functions of the standard agent supplied with {CMK}.
60
55
It is a small program or script that is called by the {CMK} agent which enhances the agent's output with additional sections of monitoring data.
56
+
This data is processed on the {CMK} server by a compatible check plug-in.
61
57
An example of an agent plug-in is the Agent Updater.
62
58
63
59
More under xref:agent_linux#plugins[Extending agents with plug-ins].
@@ -107,7 +103,7 @@ This superordinate level can be an abstract grouping of individual components or
107
103
For example, the status of an application _email,_ consisting of various hosts, switches and services such as SMTP and IMAP, can be combined into a single display.
108
104
The formulation of completely intangible and non-technical considerations is also possible here, for example the on-time availability of a product to be delivered:
109
105
This goal lies in the future and depends on many factors, such as the supply chain, reliably functioning production, available personnel, etc.
110
-
Any threats to this abstract goal could be identified and captured via the BI module.
106
+
Any threats to this abstract goal can be identified and captured via the BI module.
111
107
112
108
More under xref:bi#[Business Intelligence (BI)].
113
109
@@ -125,7 +121,7 @@ More under xref:monitoring_basics#checks[Checks].
125
121
==== Check plug-in
126
122
Check plug-ins are modules written in Python that run on the {CMK} site and which create and evaluate the services of a host.
127
123
ifdef::onprem[]
128
-
For example, the check plug-in _df_, found within a site at `~/local/lib/python3/cmk_addons/plugins/<plug-in_family>/agent_based/` (when using the Check API V2) or `~/local/lib/check_mk/base/plugins/agent_based/` (when using the Check API V1), creates services for a host's existing mounted file systems based on data from an agent on the site, and checks those services against that data, such as how much free space is left.
124
+
For example, the check plug-in _df_, found within a site at `~/local/lib/python3/cmk_addons/plugins/<plug-in_family>/agent_based/` (when using the Check API V2), creates services for a host's existing mounted file systems based on data from an agent on the site, and checks those services against that data, such as how much free space is left.
129
125
endif::[]
130
126
ifdef::saas[]
131
127
For example, the check plug-in _df_ creates services for a host's existing mounted file systems based on data from an agent on the site, and checks those services against that data, such as how much free space is left.
@@ -246,12 +242,7 @@ More under xref:notifications#flapping[Flapping hosts and services].
246
242
[#host]
247
243
==== Host
248
244
Under {CMK}, a host is any stand alone, physical or virtual system that is monitored by {CMK}.
249
-
ifdef::onprem[]
250
245
These are usually components with their own IP address (servers, switches, SNMP devices, virtual machines), but also, for example, Docker containers or other logical objects which do not have such an IP address.
251
-
endif::[]
252
-
ifdef::saas[]
253
-
These are usually components with their own IP address (servers, virtual machines), but also, for example, Docker containers or other logical objects which do not have such an IP address.
254
-
endif::[]
255
246
Each host always has one of the states {UP}, {DOWN}, {UNREACH} or {PEND}, and always has at least one service.
256
247
257
248
Broken down even further:
@@ -325,7 +316,7 @@ More under xref:localchecks#[Local checks].
325
316
326
317
[#metric]
327
318
==== Metric
328
-
Measurable and calculable values for hosts and services over time, such as temperature, utilization or availability, which can be used for graphs, for example.
319
+
Measurable and calculable values for services over time, such as temperature, utilization or availability, which can be used for graphs, for example.
329
320
ifdef::onprem[]
330
321
Past values are stored in RRDs (Round Robin Database) and by default retained for up to 4 years.
331
322
endif::[]
@@ -386,15 +377,15 @@ More under xref:piggyback#[The piggyback mechanism].
386
377
In the pull mode, the {CMK} agent listens for incoming connections from the {CMK} server on TCP port 6556.
387
378
As soon as the agent receives a request, it sends the monitoring data to the server.
388
379
Here, the initiative for data transmission comes from the server, which basically _pulls_ the data from the agent.
389
-
ifdef::saas[]
390
-
The pull mode is the default way to transmit data from the {CMK} agent in the on-premises editions of {CMK}.
391
-
It is not available in {CE}.
392
-
endif::[]
393
380
ifdef::onprem[]
394
381
The pull mode is the default way to transmit data from the {CMK} agent -- and works in all {CMK} editions.
395
382
396
383
See more at xref:wato_monitoringagents#agents[The {CMK} agent].
397
384
endif::[]
385
+
ifdef::saas[]
386
+
The pull mode is the default way to transmit data from the {CMK} agent in the on-premises editions of {CMK}.
387
+
It is not available in {CE}.
388
+
endif::[]
398
389
399
390
400
391
[#push_mode]
@@ -403,7 +394,7 @@ In the push mode, the {CMK} agent sends the monitoring data to the {CMK} server
403
394
The agent _pushes_ the data transmission on its own and does not wait for a request from the server.
404
395
The push mode is always required if the {CMK} server cannot access the network in which the host to be monitored and its agent are located, for example, in a cloud-based configuration.
405
396
ifdef::onprem[]
406
-
For this reason, the push mode is only available for {CCE}.
397
+
For this reason, the push mode is only available in {CCE}.
407
398
endif::[]
408
399
409
400
More at xref:wato_monitoringagents#agents[The {CMK} agent].
@@ -454,7 +445,7 @@ More under xref:wato_services#[Understanding and configuring services].
454
445
455
446
[#service_discovery]
456
447
==== Service discovery
457
-
As soon as a host has been added to the monitoring, {CMK} automatically detects all available services that can be included in the monitoring -- and keeps this list up to date even during operation.
448
+
As soon as a host has been added, {CMK} automatically detects all available services that can be included in the monitoring -- and keeps this list up to date even during operation.
458
449
A service discovery can also be started manually at any time via the configuration of a host function.
459
450
460
451
More under xref:wato_services#[Understanding and configuring services].
@@ -522,12 +513,7 @@ More under xref:snmp#[SNMP].
522
513
523
514
[#special_agent]
524
515
==== Special agent
525
-
ifdef::onprem[]
526
516
On some systems, the regular {CMK} agent cannot be installed and SNMP is not (satisfactorily) available.
527
-
endif::[]
528
-
ifdef::saas[]
529
-
On some systems, the regular {CMK} agent cannot be installed.
530
-
endif::[]
531
517
Instead, these systems provide management APIs based on Telnet, SSH or HTTP/XML.
532
518
Via a special agent running on the {CMK} server, {CMK} queries these interfaces, integrating the host into {CMK} via API.
533
519
@@ -556,7 +542,7 @@ More under xref:views#[Host and service views].
556
542
ifdef::onprem[]
557
543
[#virtual_appliance]
558
544
==== Virtual appliance
559
-
The virtual appliance is a system created for VirtualBox or VMware ESXi with pre-installed firmware prepared for {CMK}.
545
+
The virtual appliance is a system created for VMware ESXi, Microsoft Hyper-V, or Proxmox with pre-installed firmware prepared for {CMK}.
560
546
It includes a graphical configuration interface that eliminates the need for any Linux knowledge.
561
547
562
548
More under xref:intro_setup#virtual_appliance[Virtual appliance].
@@ -578,6 +564,4 @@ endif::[]
578
564
==== Werk
579
565
The {CMK} software development is organized in so-called 'Werks'.
580
566
Each change, bug fix or new feature that will have an impact on the user's experience is recorded in a separate Werk, along with notes on impacts and any possible incompatibilities.
581
-
The list of Werks is available directly in {CMK} via the [.guihint]#Help# menu in the navigation bar and on the {CMK} home page.
582
-
583
-
More under link:https://checkmk.com/werks[Werks^].
567
+
The list of Werks is available directly in {CMK} via the [.guihint]#Help# menu in the navigation bar and on the link:https://checkmk.com/werks[{CMK} website^].
0 commit comments