Skip to content

Commit 3cdb3ff

Browse files
eseyffarthMattias Schlenker
authored andcommitted
only-en pick-24 dictionary fixes, remove icons from guihints, change github link
1 parent 81792a7 commit 3cdb3ff

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/common/en/inventory.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// -*- coding: utf-8 -*-
22
// IGNORE pre
3-
// SKIPCOMMITS 2025-07-23
3+
// SKIPCOMMITS 2025-09-01
44
include::global_attr.adoc[]
55
= The HW/SW inventory
66
:revdate: 2022-08-16
@@ -271,7 +271,7 @@ image::inventory_restricted_internal_path.png[alt="Inventory with selected recor
271271
272272
Many of the inventory data are individual values under very specific paths in the tree, e.g. the [.guihint]#Hardware > System > Manufacturer > Apple Inc.# entry.
273273
But there are also places in the tree with tables of similar objects.
274-
A very important one is, for instance, the [.guihint]#Software icon:icon_software[] > Packages icon:icon_packages[]# table:
274+
A very important one is, for instance, the [.guihint]#Software > Packages# table:
275275
276276
.The package list is very detailed and heavily cropped here in the picture
277277
image::inventory_packages.png[alt="Software packages in the inventory tree."]

src/onprem/en/agent_freebsd.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Since customizations to new FreeBSD versions do not always backport to agents fo
7676

7777
[{shell-raw}]
7878
----
79-
root@bsd:/root # wget -O /usr/local/bin/check_mk_agent https://checkmk.io/3EjKJlt
79+
root@bsd:/root # wget -O /usr/local/bin/check_mk_agent https://raw.githubusercontent.com/checkmk/checkmk/master/agents/check_mk_agent.freebsd
8080
root@bsd:/root # chmod 0700 /usr/local/bin/check_mk_agent
8181
----
8282

src/onprem/en/alert_handlers.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ env | grep ^ALERT_ | sort > $OMD_ROOT/tmp/alert.out
117117

118118
=== Activating the alert handler
119119

120-
The handler activation is performed using [.guihint]#Setup > Events > icon:icon_alert_handlers[] Alert handlers#.
120+
The handler activation is performed using [.guihint]#Setup > Events > Alert handlers#.
121121

122122
Proceed as follows:
123123

src/onprem/en/cmc_migration.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ And for all those who are in a hurry:
101101

102102
The CMC supports no conventional Nagios event handler.
103103
The commercial editions however have the so-called xref:alert_handlers.html[alert handlers] for this function, which are markedly more flexible.
104-
They can be configured via [.guihint]#Setup > Events > icon:icon_alert_handlers[] Alert handlers#.
104+
They can be configured via [.guihint]#Setup > Events > Alert handlers#.
105105

106106

107107
=== Service dependencies
@@ -126,7 +126,7 @@ The escalation of notifications is no longer done in the core, but rather via xr
126126

127127
For the xref:timeperiods#[time periods] some of the exception conditions supported by Nagios are not possible.
128128
Currently only the format `YYY-MM-DD`, e.g. `1970-12-18`, is supported, but not a format like `february -2`.
129-
With [.guihint]#Setup > General > icon:icon_timeperiods[] Time periods# there is however the possibility of importing calendar files in iCal format.
129+
With [.guihint]#Setup > General > Time periods# there is however the possibility of importing calendar files in iCal format.
130130

131131

132132
=== Configuration variable legacy_checks

src/onprem/en/cmk_commandline.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ be received. When you are certain that in this brief moment no attacker has
7575
taken over your operating system's IP-address, you can simply verify it
7676
with `yes`.
7777

78-
You can also work with the command line on the {CMK}-appliance.
78+
You can also work with the command line on the {CMK} appliance.
7979
How that is done is explained in its xref:appliance_usage#ssh[own article].
8080

8181

0 commit comments

Comments
 (0)