From 90869f9e1739e72f5dfe02ed2fa4506f75264c64 Mon Sep 17 00:00:00 2001 From: wpanda Date: Fri, 27 Feb 2026 10:09:06 +0100 Subject: [PATCH] . --- Doc/Ai/Codex_AI_CLI.md | 5 +++++ Docker/checkmk_aps/docker-compose.yml | 17 +++++++++++++++++ WSL-Chekmk.md | 10 ---------- 3 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 Doc/Ai/Codex_AI_CLI.md create mode 100644 Docker/checkmk_aps/docker-compose.yml delete mode 100644 WSL-Chekmk.md diff --git a/Doc/Ai/Codex_AI_CLI.md b/Doc/Ai/Codex_AI_CLI.md new file mode 100644 index 0000000..494fb1d --- /dev/null +++ b/Doc/Ai/Codex_AI_CLI.md @@ -0,0 +1,5 @@ +# Codex +npm i -g @openai/codex + +verbung@ +virgI6774#6774 diff --git a/Docker/checkmk_aps/docker-compose.yml b/Docker/checkmk_aps/docker-compose.yml new file mode 100644 index 0000000..b230d5b --- /dev/null +++ b/Docker/checkmk_aps/docker-compose.yml @@ -0,0 +1,17 @@ +services: + checkmk: + image: checkmk/check-mk-raw:2.3.0-latest + container_name: checkmk + restart: always + ports: + - "8080:5000" + environment: + - CMK_SITE_ID=monitoring + - CMK_PASSWORD=cmkadmin123 + - TZ=Europe/Berlin + volumes: + - ./sites:/var/omd/sites + - /etc/localtime:/etc/localtime:ro + cap_add: + - NET_ADMIN + - NET_RAW diff --git a/WSL-Chekmk.md b/WSL-Chekmk.md deleted file mode 100644 index 436113d..0000000 --- a/WSL-Chekmk.md +++ /dev/null @@ -1,10 +0,0 @@ -Created new site monitoring with version 2.4.0p21.cre. - - The site can be started with omd start monitoring. - The default web UI is available at http://APS-NB090/monitoring/ - - The admin user for the web applications is cmkadmin with password: 1TN9oHnm4P8r - For command line administration of the site, log in with 'omd su monitoring'. - After logging in, you can change the password for cmkadmin with 'cmk-passwd cmkadmin'. - - \ No newline at end of file