Skip to content

Commit 4581da2

Browse files
dictionary updates, pick-25
1 parent b02af21 commit 4581da2

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/common/de/snmp.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Dort gibt es einige Besonderheiten, denn bei SNMP-Geräten erfolgt die Service-E
286286
{CMK} kann bei diesen einfach in die Ausgabe des Agenten schauen und darin -- mithilfe der einzelnen Check-Plugins -- die interessanten
287287
Punkte finden.
288288
Bei SNMP ist etwas mehr Arbeit notwendig.
289-
Zwar könnte {CMK} bei der Erkennung einen kompletten Abzug aller SNMP-Daten (SNMP-Walk) machen und darin nach interessanten Informationen Ausschau halten.
289+
Zwar könnte {CMK} bei der Erkennung einen kompletten Dump aller SNMP-Daten (SNMP-Walk) machen und darin nach interessanten Informationen Ausschau halten.
290290
Aber es gibt Geräte, bei denen dann eine einzige Erkennung mehrere Stunden dauern würde!
291291

292292
Daher geht {CMK} intelligenter vor.
@@ -456,7 +456,7 @@ Sie benötigen die Freischaltung von UDP-Port 161 in beide Richtungen.
456456
=== Security
457457

458458
SNMP ist standardmäßig unverschlüsselt und nur sehr schwach authentifiziert durch eine im Klartext übertragene Community.
459-
Für ein lokales abgeschottetes Netzwerk ist dieses Niveau eventuell trotzdem ausreichend, da für das Monitoring der Zugriff auf rein lesende Operationen beschränkt ist.
459+
Für eine lokale, isolierte Umgebung ist dieses Niveau eventuell trotzdem ausreichend, da für das Monitoring der Zugriff auf rein lesende Operationen beschränkt ist.
460460

461461
Wenn Sie trotzdem ein höheres Sicherheitsniveau möchten, dann benötigen Sie SNMP-Version 3.
462462
Diese bietet Verschlüsselung und eine echte Authentifizierung.
@@ -587,7 +587,7 @@ ifdef::onprem[]
587587
=== Prinzip des SNMP-Walks
588588

589589
Die SNMP-Engine von {CMK} hat ein sehr praktisches Feature:
590-
Sie können von einem überwachten Gerät einen kompletten Abzug aller seiner SNMP-Daten in eine Datei schreiben lassen (einen _SNMP-Walk_).
590+
Sie können von einem überwachten Gerät einen kompletten Dump aller seiner SNMP-Daten in eine Datei schreiben lassen (einen _SNMP-Walk_).
591591
Diese Datei können Sie später verwenden, um die Überwachung des Geräts auf einem anderen {CMK}-Server zu simulieren, auch wenn dieser überhaupt keine Netzwerkverbindung zu dem Gerät hat.
592592

593593
Wir verwenden das z.B. ganz intensiv in unserem Support, um für unsere Kunden neue Check-Plugins zu entwickeln.

src/common/en/snmp.asciidoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ After saving the host properties (and optionally the diagnostics), the next step
281281
There are some peculiarities with this, because internally the service discovery is done very differently in SNMP devices compared to hosts, which are monitored with the {CMK} agent.
282282
{CMK} can simply look at the agent’s output and find the items of interest using the individual check plug-ins.
283283
With SNMP a little more work is necessary.
284-
Although {CMK} could perform a detection and generate a full output of all SNMP data (SNMP walk), and in this look for interesting information, but there are devices for which a single detection would take several hours!
284+
Although {CMK} could perform during the discovery a full dump of all SNMP data (SNMP walk), and in this look for interesting information, but there are devices for which a single detection would take several hours!
285285

286286
However {CMK} has a smarter approach.
287287
Initially, it only retrieves the very first two records (OIDs) from the device -- the `sysDescr` and `sysObjectID`.
@@ -403,7 +403,7 @@ ifdef::onprem[]
403403
Here you have the following options:
404404

405405
* You might find a suitable plug-in on the link:https://exchange.checkmk.com[{CMK} Exchange^], where users can upload their own plug-ins.
406-
* You develop plug-ins yourself. You will find xref:devel_intro#[articles] in this User guide.
406+
* You develop plug-ins yourself. You will find xref:devel_intro#[articles] in this User Guide.
407407
* You contact our support team or one of our partners and request that they develop suitable plug-ins.
408408
endif::[]
409409
ifdef::saas[]
@@ -445,7 +445,7 @@ You need to open UDP port 161 for both outgoing and incoming traffic.
445445
=== Security
446446

447447
By default SNMP is unencrypted and is therefore very poorly-authenticated by a community transmitted as plain-text over the network.
448-
This level may still be sufficient for a local, isolated network, as here monitoring is limited to accessing read-only operations.
448+
This level may still be sufficient for a local, isolated environment, as here monitoring is limited to accessing read-only operations.
449449

450450
If you still want a higher level of security you will need SNMP version 3.
451451
This provides the option of encryption and genuine authentication.
@@ -577,7 +577,8 @@ ifdef::onprem[]
577577

578578
=== Principle
579579

580-
The {CMK} SNMP engine has a very handy feature -- you can have a monitored device write a complete snapshot of all its SNMP data to a file, an _SNMP walk_.
580+
The {CMK} SNMP engine has a very handy feature
581+
-- you can have a monitored device write a complete dump of all its SNMP data to a file, an _SNMP walk_.
581582
You can use this file later to simulate monitoring the device on another {CMK} server, even if this other server has no actual network connection to the device.
582583

583584
We use this feature very intensively, for example, when our support team is developing new check plug-ins for our customers.

0 commit comments

Comments
 (0)