This commit is contained in:
2026-02-27 10:09:06 +01:00
parent 1538e7c634
commit 90869f9e17
3 changed files with 22 additions and 10 deletions

5
Doc/Ai/Codex_AI_CLI.md Normal file
View File

@@ -0,0 +1,5 @@
# Codex
npm i -g @openai/codex
verbung@
virgI6774#6774

View File

@@ -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

View File

@@ -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'.