Skip to content

Commit 90b08c0

Browse files
thomaskoslowskiMattias Schlenker
authored andcommitted
replaced omd status output, pick-24
1 parent 5abd03b commit 90b08c0

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

src/common/de/graphing.asciidoc

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -633,25 +633,8 @@ ifdef::onprem[]
633633
[#rrdcached]
634634
=== Der RRD-Cache-Daemon (rrdcached)
635635

636-
Um die Anzahl der nötigen Schreibzugriffe auf die Platte (drastisch) zu reduzieren,
637-
kommt ein Hilfsprozess zum Einsatz: der RRD-Cache-Daemon (`rrdcached`). Er ist einer
638-
der Dienste, welche beim Start einer Instanz gestartet werden:
639-
640-
[{shell},highlight=7]
641-
----
642-
{c-omd} omd start
643-
Temporary filesystem already mounted
644-
Starting agent-receiver...OK
645-
Starting mkeventd...OK
646-
Starting liveproxyd...OK
647-
Starting mknotifyd...OK
648-
*Starting rrdcached...OK*
649-
Starting cmc...OK
650-
Starting apache...OK
651-
Starting dcd...OK
652-
Starting redis...OK
653-
Initializing Crontab...OK
654-
----
636+
Um die Anzahl der nötigen Schreibzugriffe auf die Platte (drastisch) zu reduzieren, kommt ein Hilfsprozess zum Einsatz: der RRD-Cache-Daemon (`rrdcached`).
637+
Er ist einer der automatisch gestarteten xref:cmk_processes#[Instanzdienste].
655638

656639
Alle neuen Messwerte für die RRDs werden zunächst vom {CMK} Micro Core (kommerzielle Editionen) bzw. von NPCD ({RE})
657640
an den `rrdcached` gesendet. Dieser schreibt die Daten zunächst nicht in die RRDs, sondern

src/common/en/graphing.asciidoc

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -603,25 +603,8 @@ ifdef::onprem[]
603603
[#rrdcached]
604604
=== The RRD cache daemon (rrdcached)
605605

606-
In order to (drastically) reduce the number of write accesses to a disk drive,
607-
an auxiliary service can be used: the RRD cache daemon (`rrdcached`). This is
608-
one of the services started when a site is started:
609-
610-
[{shell},highlight=7]
611-
----
612-
{c-omd} omd start
613-
Temporary filesystem already mounted
614-
Starting agent-receiver...OK
615-
Starting mkeventd...OK
616-
Starting liveproxyd...OK
617-
Starting mknotifyd...OK
618-
*Starting rrdcached...OK*
619-
Starting cmc...OK
620-
Starting apache...OK
621-
Starting dcd...OK
622-
Starting redis...OK
623-
Initializing Crontab...OK
624-
----
606+
In order to (drastically) reduce the number of write accesses to a disk drive, an auxiliary service can be used: the RRD cache daemon (`rrdcached`).
607+
It is one of the automatically started xref:cmk_processes#[sites services].
625608

626609
All new measured values for the RRDs are sent from the {CMK} Micro Core (commercial editions) or from
627610
the NPCD ({RE}) to the `rrdcached`. This does not write the data directly into

0 commit comments

Comments
 (0)