Compare commits
2 Commits
6864d29ffb
...
90869f9e17
| Author | SHA1 | Date | |
|---|---|---|---|
| 90869f9e17 | |||
| 1538e7c634 |
5
Doc/Ai/Codex_AI_CLI.md
Normal file
5
Doc/Ai/Codex_AI_CLI.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Codex
|
||||||
|
npm i -g @openai/codex
|
||||||
|
|
||||||
|
verbung@
|
||||||
|
virgI6774#6774
|
||||||
@@ -12,6 +12,8 @@ Smtp : mdmuser : Q8ZdNSEFCPwDCpoPsage
|
|||||||
Smtp : n8nuser : Q8ZdNSEFCPwDCpoPsage
|
Smtp : n8nuser : Q8ZdNSEFCPwDCpoPsage
|
||||||
|
|
||||||
|
|
||||||
|
QuickHelp : win+ctrl+Q
|
||||||
|
|
||||||
Web: https://aps-hh.estargmbh.de/ virgI6774+
|
Web: https://aps-hh.estargmbh.de/ virgI6774+
|
||||||
|
|
||||||
Onboarding :
|
Onboarding :
|
||||||
|
|||||||
17
Docker/checkmk_aps/docker-compose.yml
Normal file
17
Docker/checkmk_aps/docker-compose.yml
Normal 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
|
||||||
17
Docker/graphana_aps/docker-compose.yml
Normal file
17
Docker/graphana_aps/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
grafana:
|
||||||
|
image: grafana/grafana-oss:9.5.15
|
||||||
|
container_name: graphana_aps
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
environment:
|
||||||
|
- GF_INSTALL_PLUGINS=jasonlashua-prtg-datasource
|
||||||
|
- GF_SERVER_ROOT_URL=http://graphana.aps.local
|
||||||
|
- GF_SECURITY_ADMIN_PASSWORD=admin
|
||||||
|
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=jasonlashua-prtg-datasource
|
||||||
|
volumes:
|
||||||
|
- graphana_data:/var/lib/grafana
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
graphana_data:
|
||||||
@@ -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'.
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user