Skip to content

Commit 01c459f

Browse files
eseyffarthMattias Schlenker
authored andcommitted
pick-24 remove unnecessary asterisks from code blocks
1 parent a7b0f5c commit 01c459f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/onprem/de/agent_freebsd.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All diese Tools installieren Sie mit dem folgenden Kommando:
5353

5454
[{shell}]
5555
----
56-
root@bsd:/root # *pkg install ipmitool libstatgrab bash python3 wget*
56+
root@bsd:/root # pkg install ipmitool libstatgrab bash python3 wget
5757
----
5858

5959
=== Installation aus den FreeBSD Ports
@@ -115,7 +115,7 @@ Prüfen Sie zunächst, ob Ihre `/etc/services` bereits einen Eintrag für Port 6
115115

116116
[{shell}]
117117
----
118-
root@bsd:/root # *grep 6556/ /etc/services*
118+
root@bsd:/root # grep 6556/ /etc/services
119119
----
120120

121121
Ist dies nicht der Fall, muss {CMK} als Dienst bekannt gemacht werden. Fügen Sie dafür folgende Zeile hinzu:
@@ -159,7 +159,7 @@ Sind die Konfigurationsänderungen vorgenommen, starten Sie neu:
159159

160160
[{shell}]
161161
----
162-
root@bsd:/root # *reboot*
162+
root@bsd:/root # reboot
163163
----
164164

165165
Jetzt sollte vom Monitoring-Server aus der Zugriff auf den Agenten funktionieren.

src/onprem/en/agent_freebsd.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You install all of these tools with the following command:
5353

5454
[{shell}]
5555
----
56-
root@bsd:/root # *pkg install ipmitool libstatgrab bash python3 wget*
56+
root@bsd:/root # pkg install ipmitool libstatgrab bash python3 wget
5757
----
5858

5959

@@ -117,7 +117,7 @@ First, check if your `/etc/services` already contains an entry for port 6556:
117117

118118
[{shell}]
119119
----
120-
root@bsd:/root # *grep 6556/ /etc/services*
120+
root@bsd:/root # grep 6556/ /etc/services
121121
----
122122

123123
If this is not the case, {CMK} must be identified as a service. To do this, add the following line:
@@ -161,7 +161,7 @@ Once the configuration changes have been made, reboot:
161161

162162
[{shell}]
163163
----
164-
root@bsd:/root # *reboot*
164+
root@bsd:/root # reboot
165165
----
166166

167167
Now access to the agent from the monitoring server should work.

0 commit comments

Comments
 (0)