Skip to content

Commit 64c6672

Browse files
content-sync - by quick check, formal updates, pick-24
1 parent e1a416c commit 64c6672

2 files changed

Lines changed: 17 additions & 23 deletions

File tree

src/onprem/de/cmc_files.asciidoc

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// -*- coding: utf-8 -*-
2-
// SKIPCOMMITS 2025-09-19
2+
// IGNORE
3+
// NONASCII
34
include::global_attr.adoc[]
45
= Dateien und Verzeichnisse des CMC
5-
:revdate: 2021-09-15
66
:title: Dateien und Verzeichnisse des CMC
77
:description: Der {CMK} Micro Core (CMC) verwendet einige spezifische Dateien und Verzeichnisse für Daten, Einstellungen und Skripte. Hier erhalten Sie eine Übersicht.
88

@@ -17,7 +17,8 @@ Alle Pfade sind relativ vom Home-Verzeichnis der Instanz angegeben.
1717
Heißt die Instanz z.B. `mysite`, so sind alle Pfade von `/omd/sites/mysite` aus zu verstehen.
1818

1919

20-
== Laufzeitdaten
20+
[#runtime_data]
21+
== Laufzeitdaten
2122

2223
[cols="30,~",options=header]
2324
|===
@@ -35,32 +36,26 @@ Heißt die Instanz z.B. `mysite`, so sind alle Pfade von `/omd/sites/mysite` aus
3536
|===
3637

3738

38-
== Konfiguration
39+
[#config]
40+
== Konfiguration
3941

4042
Der CMC hat keine eigene Konfigurationsdatei.
4143
Alle Einstellungen für den CMC finden Sie in der Weboberfläche von {CMK} unter icon:icon_configuration[alt="Symbol für die globalen Einstellungen."] [.guihint]#Global settings > Monitoring Core#.
4244
Sie werden zusammen mit den anderen globalen Einstellungen in `etc/check_mk/conf.d/wato/global.mk` gespeichert.
4345

4446

45-
== Software
47+
[#software]
48+
== Software
49+
4650
[cols="30,~",options=header]
4751
|===
4852
|Pfad |Bedeutung
4953
|`~/bin/cmc` |Ausführbares Programm für den CMC selbst. Dieses ist in pass:[C++] entwickelt und benötigt außer der Standard-pass:[C++]-Bibliothek keine weiteren Bibliotheken (insbesondere kein Boost). Zu Testzwecken kann man den CMC auch von Hand aufrufen (probieren Sie: `cmc --help`).
5054
|`~/etc/init.d/cmc` |Startskript des CMC.
5155
|`~/lib/cmc/icmpsender` |Hilfsprozess, der vom CMC gestartet wird und das Senden von ICMP-Paketen für das xref:cmc_differences#smartping[Smart Ping] übernimmt. Dieser muss unbedingt mit Set User ID (SUID) für root installiert sein.
5256
|`~/lib/cmc/icmpreceiver` |Hilfsprozess, der vom CMC gestartet wird und das Empfangen von ICMP- und TCP-Verbindungspaketen für das Smart Ping übernimmt. Dieser muss unbedingt mit Set User ID (SUID) für root installiert sein.
53-
// TK: SUID für icmpsender und icmpreceiver in den beiden obigen Zeilen: Ist dem (noch) so? Ich seh das Bit nicht bei den Dateirechten.
5457
|`~/lib/cmc/checkhelper` |Hilfsprozess xref:cmc_differences#checkhelper[Check Helper], der vom CMC mehrfach gestartet wird und das effiziente Ausführen von aktiven Checks übernimmt.
5558
|`~/bin/fetcher` |Hilfsprozess xref:cmc_differences#fetcher_checker[Checkmk Fetcher], der vom CMC mehrfach gestartet wird und die Informationen von den Agenten aus dem Netzwerk abruft.
56-
// |`share/check_mk/web/plugins/wato/cmc.py` |WATO-Erweiterungen mit globalen Einstellungen und Regelsätzen für den CMC.
57-
// TK: Rausgenommen, da die Datei inzwischen unterhalb der SW liegt: version/lib/python3/cmk/gui/cee/plugins/wato/cmc.py
58-
// |`share/check_mk/web/plugins/sidebar/cmc.py` |Ein Sidebarplugin für Multisite mit Performancedaten zum CMC.
59-
// TK: Rausgenommen, da die Datei inzwischen unterhalb der SW liegt: version/lib/python3/cmk/gui/cee/plugins/sidebar/cmc.py
60-
// |`share/check_mk/modules/cmc.py` |{CMK}-Modul, das die Konfiguration für den CMC erzeugt.
61-
// TK: Rausgenommen, da es die Datei nicht mehr gibt.
62-
// |`share/check_mk/modules/rrd.py` |{CMK}-Modul für das Anlegen von RRD-Dateien.
63-
// TK: Rausgenommen, da es nur noch diese beiden Dateien unterhalb der SW gibt: version/lib/python3/cmk/base/rrd.py, version/lib/python3/cmk/base/cee/rrd.py
6459
|===
6560

6661

src/onprem/en/cmc_files.asciidoc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// -*- coding: utf-8 -*-
2-
// SKIPCOMMITS 2025-09-01
2+
// IGNORE
3+
// NONASCII
34
include::global_attr.adoc[]
45
= CMC files and directories
5-
:revdate: 2021-09-15
66
:title: CMC files and directories
77
:description: The {CMK} Micro Core (CMC) uses a number of specific files and directories for data, settings and scripts. Here you will find an overview.
88

@@ -17,7 +17,8 @@ All file paths relate to the site’s home directory.
1717
For example: if a site is named `mysite`, then all of its file paths are derived from `/omd/sites/mysite`.
1818

1919

20-
== Runtime data
20+
[#runtime_data]
21+
== Runtime data
2122

2223
[cols="30,~",options=header]
2324
|===
@@ -35,14 +36,16 @@ For example: if a site is named `mysite`, then all of its file paths are derived
3536
|===
3637

3738

38-
== Configuration
39+
[#config]
40+
== Configuration
3941

4042
The CMC does not have its own configuration file.
4143
All settings for the CMC can be found in the {CMK}'s web interface under icon:icon_configuration[alt="Icon for the Global settings."] [.guihint]#Global settings > Monitoring Core#.
4244
They are stored together with the other global settings in `etc/check_mk/conf.d/wato/global.mk`.
4345
4446
45-
== Software
47+
[#software]
48+
== Software
4649
4750
[cols="30,~",options=header]
4851
|===
@@ -53,9 +56,5 @@ They are stored together with the other global settings in `etc/check_mk/conf.d/
5356
|`~/lib/cmc/icmpreceiver` |Auxiliary process that is started by the CMC and which takes over the receiving of ICMP and TCP connection packets for the Smart Ping. This must be installed with set user ID (SUID) for root.
5457
|`~/lib/cmc/checkhelper` |Auxiliary process xref:cmc_differences#checkhelper[check helper] that is started several times by the CMC and takes over the efficient execution of active checks.
5558
|`~/bin/fetcher` |Auxiliary process xref:cmc_differences#fetcher_checker[Checkmk fetcher] that is started several times by the CMC and retrieves the agent information from the network.
56-
// |`share/check_mk/web/plugins/wato/cmc.py` |WATO extension with global settings and rule sets for the CMC.
57-
// |`share/check_mk/web/plugins/sidebar/cmc.py` |A Sidebar plug-in for Multisite with CMC performance data.
58-
// |`share/check_mk/modules/cmc.py` |{CMK} module that generates the configuration for the CMC.
59-
// |`share/check_mk/modules/rrd.py` |{CMK} module for installing RRD data.
6059
|===
6160

0 commit comments

Comments
 (0)