Skip to content

Commit 9a73652

Browse files
eseyffarthMattias Schlenker
authored andcommitted
only-en pick-24 pick-25 unify placeholder names
1 parent 9f28690 commit 9a73652

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/common/en/agent_linux.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ Here, with `root` privileges, make a request to the {CMK} xref:glossar#site[site
571571
----
572572
{c-root} cmk-agent-ctl register \
573573
--hostname mynewhost \
574-
--server cmkserver \
574+
--server mycmkserver \
575575
--site mysite \
576576
--user agent_registration \
577577
--password 'PTEGDYXBFXVGNDPRL'
@@ -588,7 +588,7 @@ For clarity here, we have abbreviated the server certificate to be confirmed:
588588

589589
[{shell}]
590590
----
591-
Attempting to register at cmkserver:8000/mysite. Server certificate details:
591+
Attempting to register at mycmkserver:8000/mysite. Server certificate details:
592592
593593
PEM-encoded certificate:
594594
---BEGIN CERTIFICATE---
@@ -642,7 +642,7 @@ The command line call presented here is therefore primarily for testing and debu
642642
[{shell}]
643643
----
644644
{c-root} cmk-agent-ctl register-new \
645-
--server cmkserver \
645+
--server mycmkserver \
646646
--site mysite \
647647
--agent-labels testhost:true \
648648
--user agent_registration \
@@ -712,7 +712,7 @@ We redirect the JSON output to a file in the example:
712712
----
713713
{c-root} cmk-agent-ctl proxy-register \
714714
--hostname mynewhost3 \
715-
--server cmkserver \
715+
--server mycmkserver \
716716
--site mysite \
717717
--user agent_registration > /tmp/mynewhost3.json
718718
----
@@ -730,7 +730,7 @@ This process is also possible in a single step using a pipeline where the output
730730
----
731731
{c-root} cmk-agent-ctl proxy-register \
732732
--hostname mynewhost3 \
733-
--server cmkserver \
733+
--server mycmkserver \
734734
--site mysite \
735735
--user agent_registration \
736736
--password 'PTEGDYXBFXVGNDPRL' | \

0 commit comments

Comments
 (0)