Skip to content

Commit

Permalink
Small fixes (text)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Apr 21, 2024
1 parent d535dd3 commit d0280fa
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
Binary file added content/blog/getting-started/img/start-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions content/blog/getting-started/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
draft: false
title: "Robotmk v2 Schnellstart"
# --- Italic subheading
lead: Eine Schnellstart-Anleitung zur Inbetriebnahme von Robotmk.
lead: Step by Step den ersten RobotFramework-Test mit Robotmk in Checkmk integrieren.
# -- giscus id to match comments
commentid: rmkv2-quickstart
# -- predefined URL
Expand All @@ -21,11 +21,12 @@ pager: false
menu: main
weight: 10
# --- must be in the leaf bundle folder or static
thumbnail: "img/start-title.webp"
thumbnail: "img/start-title.png"
---

Mit diesem Tutorial gelingt Dir der Einstig in Synthetic Monitoring mit Robotmk.
Gleichzeitig erhältst Du eine Schritt-für-Schritt-Anleitung, anhand der Du Deine eigene Installation überprüfen kannst.
**Du weißt nicht, wie Du anfangen sollst?**
Mit dieser Schritt-für-Schritt-Anleitung gelingt Dir der Einstieg in Synthetic Monitoring mit Robotmk.


<!--more-->

Expand All @@ -44,7 +45,8 @@ Gleichzeitig erhältst Du eine Schritt-für-Schritt-Anleitung, anhand der Du Dei

### Download von RCC

**Wichtig:** Der Checkmk-Agent, den wir gleich zusammen mit dem Scheduler installieren, wird das RCC-Binary mitbringen. Du kannst diesen Schritt hier also überspringen, wenn Du den Robot sofort (d.h. ohne vorherigen Test) in Checkmk integrieren willst. Fahre in diesem Fall mit dem nächsten Schritt fort.
> Der Checkmk-Agent, den wir gleich zusammen mit dem Scheduler installieren, wird das `rcc.exe`-Binary mitbringen. Du kannst diesen Schritt hier also überspringen, wenn Du den Robot sofort (d.h. ohne vorherigen Test) in Checkmk integrieren willst.
> Ich habe mir angewöhnt, dafür ein `bin`-Verzeichnis im User-Profil anzulegen und das Binary dort abzulegen (z.B. `c:\Users\simonmeggle\bin\rcc.exe`).
Für einen vorherigen Test oder aber die Einrichtung eines Entwicklungs-Hosts musst Du Dir das RCC-Binary selbst besorgen. Lade es [hier](https://downloads.robocorp.com/rcc/releases/index.html) herunter ([v17.18](https://downloads.robocorp.com/rcc/releases/v17.18.0/windows64/rcc.exe)) und speichere es an einem Ort Deiner Wahl. Ich habe mir angewöhnt, ein Verzeichnis `bin` im User-Profil anzulegen: `c:\Users\simonmeggle\bin\rcc.exe`

Expand Down
16 changes: 7 additions & 9 deletions content/blog/getting-started/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
draft: false
title: "Robotmk v2 quick start"
# --- Italic subheading
lead: This article helps you get started with Robotmk, including installation and minimal configuration.
lead: Integrate the first RobotFramework test with Robotmk in Checkmk step by step.
# -- giscus id to match comments
commentid: rmkv2-quickstart
# -- predefined URL
Expand All @@ -21,11 +21,11 @@ pager: false
menu: main
weight: 10
# --- must be in the leaf bundle folder or static
thumbnail: "img/start-title.webp"
thumbnail: "img/start-title.png"
---

This tutorial will help you get started with Synthetic Monitoring and Robotmk.
At the same time, you will receive step-by-step instructions that you can use to check your own installation.
**Don't know how to get started?**
This step-by-step guide will help you get started with Synthetic Monitoring with Robotmk.

<!--more-->

Expand All @@ -38,16 +38,14 @@ At the same time, you will receive step-by-step instructions that you can use to
- basic monitoring by checkmk ("Vanilla"-Agent)
- Checkmk 2.3 on a Linux host

> The "RCC" tool will later be installed automatically by the Checkmk agent (`ProgramData/checkmk/agent/bin`). However, I still find it practical to have my "own" copy of the binary to hand for local tests.

## Windows test client

### Download the RCC binary

**Important:** The Checkmk agent, which we will install soon, will include the RCC binary. You can therefore skip this step here if you want to integrate the robot into Checkmk immediately (i.e. without prior testing). In this case, continue with the next step.
> The Checkmk agent, which we will install soon, will include the `rcc.exe` binary. You can therefore skip this step here if you want to integrate the robot into Checkmk immediately (i.e. without prior testing).
> I have got into the habit of creating a `bin` directory in the user profile and putting the binary there like this: `c:\Users\simonmeggle\bin\rcc.exe`
For a prior test or to set up a development host, you will need to obtain the RCC binary yourself. Download it [here](https://downloads.robocorp.com/rcc/releases/index.html) ([v17.18](https://downloads.robocorp.com/rcc/releases/v17.18.0/windows64/rcc.exe)) and save it to a location of your choice. I have got into the habit of creating a `bin` directory in the user profile: `c:\Users\simonmeggle\bin\rcc.exe`
For a prior test or to set up a development host, you will need to obtain the RCC binary yourself. Download it [here](https://downloads.robocorp.com/rcc/releases/index.html) ([v17.18](https://downloads.robocorp.com/rcc/releases/v17.18.0/windows64/rcc.exe)) and save it to a location of your choice.

Now add this folder to the user environment variable `%PATH%`:

Expand Down
Binary file modified content/blog/ihl-skimage-pr/img/ihl-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/blog/ihl-skimage-pr/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pager: false
thumbnail: "img/ihl-title.png"
---

Robustere Tests durch Einsatz der Canny Kantenerkennung in der ImageHorizonLibrary.
Edge Detection in der `ImageHorizonLibrary` - ein Experiment mit viel Potential.

<!--more-->

Expand Down
2 changes: 1 addition & 1 deletion content/blog/ihl-skimage-pr/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pager: false
thumbnail: "img/ihl-title.png"
---

Robustere Tests durch Einsatz der Canny Kantenerkennung in der ImageHorizonLibrary.
Edge Detection in the `ImageHorizonLibrary` - an experiment with great potential.

<!--more-->

Expand Down
2 changes: 1 addition & 1 deletion content/blog/rcc-ultimate-tool/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pager: false
#menu: main
#weight: 10
# --- must be in the leaf bundle folder or static
thumbnail: rcc-environments.webp
thumbnail: rcc-environments.png
---

## Einführung
Expand Down
2 changes: 1 addition & 1 deletion content/blog/rcc-ultimate-tool/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pager: false
#menu: main
#weight: 10
# --- must be in the leaf bundle folder or static
thumbnail: "rcc-environments.webp"
thumbnail: "rcc-environments.png"
---

TRANSLATE:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0280fa

Please sign in to comment.