Skip to content

Commit 87034b9

Browse files
updating intro to 2.5.0, pick-25
1 parent 94d7d9d commit 87034b9

2 files changed

Lines changed: 30 additions & 10 deletions

File tree

src/common/de/intro_extend.asciidoc

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ ifdef::onprem[]
1717

1818
Auch wenn im Monitoring „nur“ geschaut wird, ist das Thema IT-Sicherheit auch hier sehr wichtig, insbesondere bei der Anbindung und Einrichtung ferner Systeme.
1919
Im xref:security#[Artikel über Sicherheit] finden Sie eine Übersicht von Themen, mit denen Sie die Sicherheit Ihres Systems optimieren können.
20+
endif::[]
2021

2122

23+
ifdef::onprem[]
2224
[#distributed_monitoring]
2325
== Sehr große Umgebungen überwachen
2426

2527
Wenn Ihr Monitoring eine Größenordnung erreicht hat, in der Sie Tausende oder noch mehr Hosts überwachen, werden Fragen der Architektur und der Optimierung dringlicher.
2628
Eines der wichtigsten Themen ist dabei das xref:glossar#distributed_monitoring[verteilte Monitoring].
27-
Dabei arbeiten Sie mit mehreren {CMK}-Instanzen, die zu einem großen System zusammengeschaltet sind und bei Bedarf im xref:glossar#central_setup[zentralen Setup] zentral konfiguriert sein können.
29+
Dabei arbeiten Sie mit mehreren {CMK}-Instanzen, die zu einem großen System zusammengeschaltet sind und bei Bedarf für ein xref:glossar#central_setup[zentrales Setup] konfiguriert werden können.
2830

2931
image::distributed_monitoring_overview_de.png[alt="Illustration der Beziehung zwischen mehreren Instanzen und ihrer Komponenten im verteilten Monitoring."]
3032
endif::[]
@@ -35,6 +37,7 @@ endif::[]
3537

3638
{CMK} kann sehr präzise berechnen, wie hoch die xref:availability#[Verfügbarkeit] (_availability_) von Hosts oder Services in bestimmten Zeiträumen war, wie viele Ausfälle es gegeben hat, wie lang diese waren und vieles mehr.
3739

40+
.Die Verfügbarkeit der Services wird in Prozenten angezeigt
3841
image::intro_availability.png[alt="Liste von Services mit den Prozentwerten ihrer Verfügbarkeit."]
3942

4043
ifdef::onprem[]
@@ -44,6 +47,7 @@ ifdef::saas[]
4447
Auf den Verfügbarkeitsdaten aufbauend ermöglicht das xref:sla#[SLA] Software-Modul eine wesentlich detailliertere Auswertung zur Einhaltung von Service Level Agreements, die sogar aktiv überwacht werden können.
4548
endif::[]
4649

50+
.Das Service Level Agreement eines Services für die letzten 15 Tage
4751
image::sla_view_example_modern.png[alt="Ein Service und dessen Service Level Agreement für die letzten 15 Tage."]
4852

4953

@@ -53,6 +57,7 @@ image::sla_view_example_modern.png[alt="Ein Service und dessen Service Level Agr
5357
Die xref:inventory#[HW-/SW-Inventur] gehört eigentlich nicht mehr zum Monitoring, aber {CMK} kann mit den bereits vorhandenen xref:glossar#agent[Agenten] umfangreiche Informationen zu Hardware und Software Ihrer überwachten Systeme ermitteln.
5458
Dies ist sehr hilfreich für die Wartung, das Lizenzmanagement oder das automatische Befüllen von Configuration Management Databases.
5559

60+
.Die Inventurdaten eines Hosts werden in einem strukturierten Baum dargestellt
5661
image::inventory_example.png[alt="Baumdarstellung der HW-/SW-Inventurdaten eines Hosts."]
5762

5863

@@ -62,17 +67,21 @@ ifdef::onprem[]
6267

6368
Bisher haben wir uns nur mit der Überwachung der aktuellen Zustände von Hosts und Services befasst.
6469
Ein ganz anderes Thema ist die Auswertung spontaner Meldungen, die z.B. in Log-Dateien auftauchen oder per Syslog oder SNMP-Traps versendet werden.
65-
{CMK} filtert aus den eingehenden Meldungen die relevanten Ereignisse (_events_) heraus und hat dafür ein komplett integriertes System mit dem Namen xref:ec#[Event Console].
70+
{CMK} filtert aus den eingehenden Meldungen die relevanten Ereignisse (_events_) heraus und hat dafür ein komplett integriertes System mit dem Namen xref:glossar#ec[Event Console].
6671

72+
.Liste von Ereignissen in der Event Console
6773
image::ec_open_events.png[alt="Liste von Ereignissen in der Event Console."]
74+
endif::[]
6875

6976

77+
ifdef::onprem[]
7078
[#nagvis]
7179
== Auf Karten und Diagrammen visualisieren
7280

73-
Mit dem in {CMK} integrierten Add-on xref:nagvis#[NagVis] können Sie auf beliebigen Karten oder Diagrammen Zustände darstellen.
81+
Mit dem in {CMK} integrierten Software-Modul xref:nagvis#[NagVis] können Sie auf beliebigen Karten oder Diagrammen Zustände darstellen.
7482
Dies eignet sich hervorragend, um ansprechende Gesamtübersichten zu erstellen, z.B. auf einem Bildschirm in einem Leitstand.
7583

84+
.Eine mit NagVis erstellte geografische Karte mit Symbolen für den Host-/Service-Zustand
7685
[{image-border}]
7786
image::intro_nagvis_map.png[alt="Eine mit NagVis erstellte geografische Karte mit Symbolen für den Host-/Service-Zustand."]
7887
endif::[]
@@ -83,6 +92,7 @@ endif::[]
8392

8493
Mit dem in {CMK} integrierten Software-Modul xref:glossar#bi[Business Intelligence] können Sie aus den vielen einzelnen Statuswerten den Gesamtzustand von geschäftskritischen Anwendungen ableiten und übersichtlich darstellen.
8594

95+
.Ein aus Einzelzuständen abgeleiteter Gesamtzustand einer Anwendung
8696
image::intro_bi_downtimes.png[alt="Baumdarstellung in der Business Intelligence mit dem aus Einzelzuständen abgeleiteten Gesamtzustand einer Anwendung."]
8797

8898

@@ -111,7 +121,7 @@ ifdef::onprem[]
111121
[#devel]
112122
== Eigene Plugins entwickeln
113123

114-
Auch wenn {CMK} über 2000 Check-Plugins mit ausliefert, kann es trotzdem vorkommen, dass ein konkretes Plugin fehlt.
124+
Auch wenn {CMK} über 2000 xref:glossar#check_plugin[Check-Plugins] mit ausliefert, kann es trotzdem vorkommen, dass ein konkretes Plugin fehlt.
115125
Eine Einführung in die Entwicklung von Erweiterungen für {CMK} erhalten Sie in einem xref:devel_intro#[eigenen Artikel].
116126
endif::[]
117127

@@ -120,7 +130,7 @@ ifdef::saas[]
120130
[#devel]
121131
== {CMK} erweitern
122132

123-
Auch wenn {CMK} über 2000 Check-Plugins mit ausliefert, kann es trotzdem vorkommen, dass eine konkrete Funktion fehlt.
133+
Auch wenn {CMK} über 2000 xref:glossar#check_plugin[Check-Plugins] mit ausliefert, kann es trotzdem vorkommen, dass eine konkrete Funktion fehlt.
124134
Eine Einführung in die Entwicklung von Erweiterungen für {CMK} erhalten Sie in einem xref:devel_intro#[eigenen Artikel].
125135
endif::[]
126136

src/common/en/intro_extend.asciidoc

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ ifdef::onprem[]
1717

1818
Even if monitoring is 'only' observation, the matter of IT security is still very important, especially when connecting and setting up remote systems.
1919
In the xref:security#[article on security] you will find an overview of topics with which you can optimize the security of your system.
20+
endif::[]
2021

2122

23+
ifdef::onprem[]
2224
[#distributed_monitoring]
2325
== Monitoring very large environments
2426

2527
When your monitoring reaches a scale where you are monitoring thousands or even more hosts, questions of architecture and optimization become more urgent.
2628
One of the most important issues is xref:glossar#distributed_monitoring[distributed monitoring].
27-
Here you work with several {CMK} sites that are interconnected to form a large system and which can be configured centrally in xref:glossar#central_setup[central setup] if required.
29+
Here you work with several {CMK} sites that are interconnected to form a large system and which can be configured for a xref:glossar#central_setup[central setup] as needed.
2830

2931
image::distributed_monitoring_overview_en.png[alt="Illustration of the relationship between several sites and their components in distributed monitoring."]
3032
endif::[]
@@ -35,6 +37,7 @@ endif::[]
3537

3638
{CMK} can calculate very precisely how high the xref:availability#[availability] of hosts or services was within certain time frames, how many outages there were, how long such outages continued, and much more.
3739

40+
.Availability of services is displayed as a percentage
3841
image::intro_availability.png[alt="List of services with their availability percentages."]
3942

4043
ifdef::onprem[]
@@ -44,6 +47,7 @@ ifdef::saas[]
4447
Based on the availability data, the xref:sla#[SLA] software module enables a much more detailed evaluation for aid in complying with service level agreements -- and such agreements can even be actively monitored.
4548
endif::[]
4649

50+
.The service level agreement for a service over the past 15 days
4751
image::sla_view_example_modern.png[alt="A service and its service level agreement for the last 15 days."]
4852

4953

@@ -53,6 +57,7 @@ image::sla_view_example_modern.png[alt="A service and its service level agreemen
5357
The xref:inventory#[HW/SW inventory] is actually no longer a part of monitoring, but {CMK} can use the already existing xref:glossar#agent[agents] to generate extensive information on the hardware and software in your monitored systems.
5458
This is very helpful for maintenance, license management or the automatic filling of configuration management databases.
5559

60+
.The inventory data for a host is displayed in a structured tree
5661
image::inventory_example.png[alt="Tree representation of the HW/SW inventory data of a host."]
5762

5863

@@ -62,17 +67,21 @@ ifdef::onprem[]
6267

6368
So far we have only dealt with monitoring the current states of hosts and services.
6469
A completely different matter is the evaluation of spontaneous messages that appear for instance in log files or which are sent via the syslog or SNMP traps.
65-
{CMK} filters relevant events from the incoming messages, and has a completely integrated system called the xref:ec#[Event Console] for this purpose.
70+
{CMK} filters relevant events from the incoming messages, and has a completely integrated system called the xref:glossar#ec[Event Console] for this purpose.
6671

72+
.List of events in the Event Console
6773
image::ec_open_events.png[alt="List of events in the Event Console."]
74+
endif::[]
6875

6976

77+
ifdef::onprem[]
7078
[#nagvis]
7179
== Visualization using maps and diagrams
7280

73-
With the integrated xref:nagvis#[NagVis] add-on in {CMK}, you can display states on customized maps or diagrams.
81+
Using the xref:nagvis#[NagVis] software module integrated into {CMK}, you can display states on customized maps or diagrams.
7482
This is excellent for creating appealing general overviews, such as on a monitor in a control room.
7583

84+
.A geographic map created with NagVis with host/service state icons
7685
[{image-border}]
7786
image::intro_nagvis_map.png[alt="A geographic map created with NagVis with host/service state icons."]
7887
endif::[]
@@ -83,6 +92,7 @@ endif::[]
8392

8493
With the xref:glossar#bi[Business Intelligence] software module integrated in {CMK}, you can derive the overall status of business-critical applications from the many individual status data and display these clearly.
8594

95+
.An overall application state derived from individual states
8696
image::intro_bi_downtimes.png[alt="Tree representation in Business Intelligence with the overall state of an application derived from individual states."]
8797

8898

@@ -110,7 +120,7 @@ ifdef::onprem[]
110120
[#devel]
111121
== Developing your own plug-ins
112122

113-
Even though {CMK} offers over 2000 check plug-ins, it can still sometimes be that a specific plug-in is missing.
123+
Even though {CMK} offers over 2000 xref:glossar#check_plugin[check plug-ins], it can still sometimes be that a specific plug-in is missing.
114124
An introduction to the development of extensions for {CMK} can be found in an xref:devel_intro#[own article].
115125
endif::[]
116126

@@ -119,7 +129,7 @@ ifdef::saas[]
119129
[#devel]
120130
== Extending {CMK}
121131

122-
Even though {CMK} offers over 2000 check plug-ins, it can still sometimes be that a specific function is missing.
132+
Even though {CMK} offers over 2000 xref:glossar#check_plugin[check plug-ins], it can still sometimes be that a specific function is missing.
123133
An introduction to the development of extensions for {CMK} can be found in an xref:devel_intro#[own article].
124134
endif::[]
125135

0 commit comments

Comments
 (0)