Skip to content

Commit eb907ab

Browse files
updating intro to 2.5.0, pick-25
1 parent 86a92b0 commit eb907ab

2 files changed

Lines changed: 45 additions & 21 deletions

File tree

src/common/de/intro_notifications.asciidoc

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Manche Anwender verzichten auf Benachrichtigungen, da Sie einen Leitstand haben,
3939
Beobachten Sie mindestens ein paar Tage, wie groß das Volumen an Benachrichtigungen ist.
4040
4141
* Aktivieren Sie die Benachrichtigungen für andere Benutzer erst dann, wenn Sie die Fehlalarme (_false positives_) auf ein Minimum reduziert haben.
42-
Was Sie dafür tun können, haben wir im xref:intro_finetune#[Kapitel über die Feinjustierung des Monitorings] beschrieben.
42+
Was Sie dafür tun können, steht im xref:intro_finetune#[Kapitel über die Feinjustierung des Monitorings].
4343
4444
4545
ifdef::onprem[]
@@ -52,7 +52,7 @@ In einer E-Mail ist genug Platz, um auch die Graphen von Metriken mitzusenden.
5252
Bevor Sie per E-Mail benachrichtigen können, muss Ihr {CMK}-Server für das Versenden von E-Mails eingerichtet sein.
5353
Bei allen unterstützten Linux-Distributionen läuft das auf Folgendes hinaus:
5454

55-
. Installieren Sie einen SMTP-Serverdienst.
55+
. Installieren Sie einen SMTP-Serverdienst (z.B. Postfix).
5656
Dies geschieht meist automatisch bei der Installation der Distribution.
5757

5858
. Geben Sie einen *Smarthost* an.
@@ -70,7 +70,9 @@ Wenn der E-Mail-Versand korrekt eingerichtet ist, sollten Sie in der Lage sein,
7070

7171
Die E-Mail sollte ohne Verzögerung zugestellt werden.
7272
Falls das nicht klappt, finden Sie Hinweise in der Logdatei des SMTP-Servers im Verzeichnis `/var/log/`.
73+
7374
Mehr Details zum Einrichten des E-Mail-Versands unter Linux finden Sie im xref:notification_rules#smtp[Artikel über Benachrichtigungsregeln].
75+
Hilfreich ist außerdem der Blog-Artikel link:https://checkmk.com/de/blog/set-postfix-relay-checkmks-notifications[Einrichten von Postfix zum Weiterleiten von {CMK}-Benachrichtigungen^].
7476
endif::[]
7577

7678

@@ -117,7 +119,8 @@ Einfacher geht das mit [.guihint]#Test notifications#, einem Werkzeug, mit dem S
117119
Öffnen Sie zuerst mit [.guihint]#Setup > Events > Notifications# die Benachrichtigungszentrale:
118120

119121
ifdef::onprem[]
120-
image::intro_notifications.png[alt="Einstiegsseite im Setup für die Benachrichtigungen."]
122+
.Die Benachrichtigungszentrale von {CMK} in einer neu erstellten Instanz
123+
image::intro_notifications.png[alt="Einstiegsseite im Setup für die Benachrichtigungen.",fullscreen=1]
121124

122125
Wenn Sie diese Seite das erste Mal aufrufen, werden Sie über die noch nicht konfigurierte „Fallback-E-Mail-Adresse" informiert, wie im vorherigen Screenshot zu sehen ist.
123126
Diese Information können Sie im Moment ignorieren.
@@ -134,7 +137,8 @@ Als „wichtig“ werden dabei alle Zustandswechsel von Hosts nach {DOWN} und {U
134137
endif::[]
135138

136139
ifdef::saas[]
137-
image::intro_notifications_saas.png[alt="Einstiegsseite im Setup für die Benachrichtigungen."]
140+
.Die Benachrichtigungszentrale von {CMK} in einer neu erstellten Instanz
141+
image::intro_notifications_saas.png[alt="Einstiegsseite im Setup für die Benachrichtigungen.",fullscreen=1]
138142

139143
Diese Seite zeigt Statusinformationen -- wie die Zahl gesendeter und fehlgeschlagener Benachrichtigungen -- und dient zum Aufruf von Aktionen rund um das Thema Benachrichtigungen, z. B. der Erstellung einer Benachrichtigungsregel, aber auch dem Aufruf von Host- und Service-Regeln, die Benachrichtigungen beeinflussen können.
140144

@@ -154,7 +158,15 @@ endif::[]
154158
Beim Benachrichtigungstest werden die angezeigten Benachrichtigungsregeln ausgewertet.
155159
Sie öffnen den Benachrichtigungstest mit dem Knopf [.guihint]#Test notifications#:
156160

161+
ifdef::onprem[]
162+
.Vor dem Test muss ein Host ausgewählt werden
157163
image::intro_test_notifications.png[alt="Dialog zur Festlegung der Eigenschaften der simulierten Benachrichtigung."]
164+
endif::[]
165+
166+
ifdef::saas[]
167+
.Vor dem Test muss ein Host ausgewählt werden
168+
image::intro_test_notifications_saas.png[alt="Dialog zur Festlegung der Eigenschaften der simulierten Benachrichtigung."]
169+
endif::[]
158170

159171
Wählen Sie einfach einen Host aus und dann als Ereignis einen beliebigen Zustandswechsel.
160172
Durch Aktivieren der Checkbox [.guihint]#Trigger notification for a specific method# legen Sie fest, dass die Benachrichtigung nicht nur simuliert, sondern auch tatsächlich versendet wird.
@@ -163,28 +175,33 @@ Klicken Sie auf [.guihint]#Test notifications#.
163175
Die Ergebnisse werden unten auf der Seite eingeblendet.
164176
Am wichtigsten ist die erste Zusammenfassung [.guihint]#Test results#:
165177

178+
.Die Zusammenfassung der Testergebnisse
166179
image::intro_test_notifications_result1.png[alt="Die Zusammenfassung zum Test der simulierten Benachrichtigung."]
167180

168181
Für einen erfolgreichen Test muss zumindest eine Benachrichtigungsregel greifen.
169-
Die Zeile mit `notification has been triggered.` am Ende zeigt an, dass die Benachrichtigung auch tatsächlich versendet wurde.
182+
Die Zeile mit `notification has been triggered` am Ende zeigt an, dass die Benachrichtigung auch tatsächlich versendet wurde.
170183

171184
Unter [.guihint]#Predicted notifications# sehen Sie dann, an wen und über welchen Weg die Benachrichtigung abgesetzt wurde:
172185

173186
ifdef::onprem[]
187+
.Empfänger und Methode der simulierten Benachrichtigung
174188
image::intro_test_notifications_result2.png[alt="Die resultierende Benachrichtigung zur Simulation."]
175189
endif::[]
176190

177191
ifdef::saas[]
192+
.Empfänger und Methode der simulierten Benachrichtigung
178193
image::intro_test_notifications_result2_saas.png[alt="Die resultierende Benachrichtigung zur Simulation."]
179194
endif::[]
180195

181196
Im untersten Kasten wird schließlich in der ersten Spalte angezeigt, welche der Benachrichtigungsregeln gegriffen hat icon:icon_checkmark[alt="Symbol zur Anzeige eines positiven Status."] und welche nicht icon:icon_hyphen[alt="Symbol zur Anzeige eines negativen Status."]:
182197

183198
ifdef::onprem[]
199+
.Anzeige, welche der Benachrichtigungsregeln angewendet wurden
184200
image::intro_test_notifications_result3.png[alt="Für jede Benachrichtigungsregel wird angezeigt, ob sie gegriffen hat."]
185201
endif::[]
186202

187203
ifdef::saas[]
204+
.Anzeige, welche der Benachrichtigungsregeln angewendet wurden
188205
image::intro_test_notifications_result3_saas.png[alt="Für jede Benachrichtigungsregel wird angezeigt, ob sie gegriffen hat."]
189206
endif::[]
190207

@@ -222,13 +239,7 @@ Diese werden auf der Seite [.guihint]#Monitor > System > Failed notifications# a
222239
Die Spalte [.guihint]#Summary# zeigt den Grund des Fehlers -- oder gibt Ihnen zumindest einen Hinweis auf die Ursache.
223240

224241
Eine weitere Möglichkeit bietet Ihnen {CMK} durch die Analyse der letzten Benachrichtigungen, die das System erzeugt hat, und die die Benachrichtigungsregeln durchlaufen haben.
225-
ifdef::onprem[]
226242
Die Tabelle der Benachrichtigungen für die Analyse öffnen Sie mit [.guihint]#Setup > Events > Analyze recent notifications#.
227-
endif::[]
228-
ifdef::saas[]
229-
Die Tabelle der Benachrichtigungen für die Analyse öffnen Sie mit [.guihint]#Setup > Events > Notifications#.
230-
Klicken Sie auf dieser Seite [.guihint]#Show analysis#.
231-
endif::[]
232243
Hier können Sie eine Benachrichtigung erneut senden, sich deren Kontext anzeigen lassen und die zugehörigen Benachrichtigungsregeln analysieren lassen.
233244
Mehr Information dazu finden Sie im Artikel zu den xref:notifications#rule_analysis[Benachrichtigungen].
234245

@@ -240,6 +251,7 @@ Dort finden Sie alle Ereignisse zu Benachrichtigungen für diesen Service chrono
240251
ifdef::onprem[]
241252
Hier ist ein Beispiel eines Services, für den die Benachrichtigung versucht wurde, aber der E-Mail-Versand gescheitert ist, weil kein SMTP-Server installiert ist.
242253

254+
.Chronologie der Benachrichtigungen für einen Service
243255
image::intro_service_notifications.png[alt="Liste der Ereignisse zu Benachrichtigungen für einen Service."]
244256

245257
Noch mehr Informationen finden Sie in der Datei `~/var/log/notifiy.log`.

src/common/en/intro_notifications.asciidoc

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some users do without the notifications because they have a control center that
3939
Observe over at least a few days how large the number of notifications is.
4040
4141
* Do not activate notifications for other users until you have reduced the false alarms (_false positives_) to a minimum.
42-
We have described how you can do this in the xref:intro_finetune#[chapter on fine-tuning monitoring].
42+
For information on how you can do this, see xref:intro_finetune#[chapter on fine-tuning monitoring].
4343
4444
4545
ifdef::onprem[]
@@ -52,7 +52,7 @@ There is enough space in an email to also include the graphs of metrics as well.
5252
Before you can notify by email, your {CMK} server must be set up for sending emails.
5353
For all supported Linux distributions, this boils down to the following:
5454

55-
. Install an SMTP server service.
55+
. Install an SMTP server service (e.g., Postfix).
5656
This is usually done automatically during the installation of the distribution.
5757

5858
. Specify a *smarthost*.
@@ -70,7 +70,9 @@ If the mail dispatch has been set up correctly, you should be able to send an em
7070

7171
The email should be delivered without delay.
7272
If this does not work, you will find clues as to the source of the problem in the SMTP server's log file in the `/var/log/` directory.
73+
7374
More details on setting up mail delivery under Linux can be found in the xref:notification_rules#smtp[article on notification rules].
75+
You may also find the blog post link:https://checkmk.com/blog/set-postfix-relay-checkmks-notifications[Set up Postfix to relay {CMK}'s notifications^] helpful.
7476
endif::[]
7577

7678

@@ -117,7 +119,8 @@ This is easier with [.guihint]#Test notifications#, a tool with which you can si
117119
First open the notification center with [.guihint]#Setup > Events > Notifications#:
118120

119121
ifdef::onprem[]
120-
image::intro_notifications.png[alt="Entry page in the setup for the notifications."]
122+
.The {CMK} notification center in a newly created site
123+
image::intro_notifications.png[alt="Entry page in the setup for the notifications.",fullscreen=1]
121124

122125
When you call up this page for the first time, you will be informed about the 'fallback email address' that has not yet been configured, as can be seen in the above screenshot.
123126
This information can be ignored for the moment.
@@ -134,7 +137,8 @@ All status changes of hosts to {DOWN} and {UP}, and of services to {CRIT}, {WARN
134137
endif::[]
135138

136139
ifdef::saas[]
137-
image::intro_notifications_saas.png[alt="Intro page in the setup for the notifications."]
140+
.The {CMK} notification center in a newly created site
141+
image::intro_notifications_saas.png[alt="Entry page in the setup for the notifications.",fullscreen=1]
138142

139143
This page shows status information -- such as the number of sent and failed notifications -- and it is used to call up actions relating to the topic of notifications, e.g. the creation of a notification rule, but also the calling up of host and service rules that can influence notifications.
140144

@@ -154,7 +158,15 @@ endif::[]
154158
The notification test evaluates the notification rules displayed.
155159
You can access the notification test via [.guihint]#Setup > Events > Notifications# and the [.guihint]#Test notifications# button:
156160

161+
ifdef::onprem[]
162+
.A host must be selected before the test
157163
image::intro_test_notifications.png[alt="Dialog for defining the properties of the simulated notification."]
164+
endif::[]
165+
166+
ifdef::saas[]
167+
.A host must be selected before the test
168+
image::intro_test_notifications_saas.png[alt="Dialog for defining the properties of the simulated notification."]
169+
endif::[]
158170

159171
Simply select a host and then any state change as the event.
160172
By activating the [.guihint]#Trigger notification for a specific method# checkbox, you specify that the notification is not only simulated but also actually sent.
@@ -163,6 +175,7 @@ Click on [.guihint]#Test notifications#.
163175
The results are displayed at the bottom of the page.
164176
The most important is the summary [.guihint]#Test results# at the top:
165177

178+
.The summary of the test results
166179
image::intro_test_notifications_result1.png[alt="The summary for testing the simulated notification."]
167180

168181
For the test to be successful, at least one notification rule must match.
@@ -171,20 +184,24 @@ The message containing [.guihint]#notification has been triggered# indicates tha
171184
Under [.guihint]#Predicted notifications# you can then see to whom and via which channel the notification was sent:
172185

173186
ifdef::onprem[]
187+
.Recipient and method of the simulated notification
174188
image::intro_test_notifications_result2.png[alt="The resulting notification for the simulation."]
175189
endif::[]
176190

177191
ifdef::saas[]
192+
.Recipient and method of the simulated notification
178193
image::intro_test_notifications_result2_saas.png[alt="The resulting notification for the simulation."]
179194
endif::[]
180195

181196
Finally, the first column in the bottom field shows which of the notification rules has taken effect icon:icon_checkmark[alt="Symbol for displaying a positive status."], and which has not icon:icon_hyphen[alt="Symbol for displaying a negative status. "]:
182197

183198
ifdef::onprem[]
199+
.Indication which notification rules were applied
184200
image::intro_test_notifications_result3.png[alt="For each notification rule, it is displayed whether it has taken effect."]
185201
endif::[]
186202

187203
ifdef::saas[]
204+
.Indication which notification rules were applied
188205
image::intro_test_notifications_result3_saas.png[alt="For each notification rule, it is displayed whether it has taken effect."]
189206
endif::[]
190207

@@ -222,13 +239,7 @@ These are listed on the [.guihint]#Monitor > System > Failed notifications# page
222239
The [.guihint]#Summary# column shows the reason for the error -- or at least gives you an indication of the probable cause.
223240

224241
Another possibility is offered by {CMK} by analyzing the most recent notifications that the system has generated and which have passed through the notification rules.
225-
ifdef::onprem[]
226242
Open the table of notifications for analysis with [.guihint]#Setup > Events > Analyze recent notifications#.
227-
endif::[]
228-
ifdef::saas[]
229-
Open the table of notifications for analysis with [.guihint]#Setup > Events > Notifications#.
230-
On this page, click [.guihint]#Show analysis#.
231-
endif::[]
232243
Here you can resend a notification, display its context and analyze its associated notification rules.
233244
You can find more information on this in the article on xref:notifications#rule_analysis[notifications].
234245

@@ -240,6 +251,7 @@ There you will find all notification events for this service listed chronologica
240251
ifdef::onprem[]
241252
Here is an example of a service for which notification was attempted, but for which the sending of emails failed because no SMTP server has been installed.
242253

254+
.Timeline of notifications for a service
243255
image::intro_service_notifications.png[alt="List of notification events for a service."]
244256

245257
You can find even more information in the file `~/var/log/notifiy.log`.

0 commit comments

Comments
 (0)