You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to change the version of check_mk, use `--build-arg CMK_VERSION_ARG=1.5.0p3 --build-arg CMK_DOWNLOADNR_ARG=38`.
54
+
If you want to change the version of check_mk, use `--build-arg CMK_VERSION_ARG=1.5.0p4 --build-arg CMK_DOWNLOADNR_ARG=38`.
55
55
56
56
To get the version and downloadnr, go to https://mathias-kettner.com/download.php and select your version (CRE). Select Red Hat / CentOS 7.x and right click on "Download" link and select "Copy link" (or similar).
@@ -102,10 +102,10 @@ try start your container with `--privileged` instead of `--cap-add=SYS_ADMIN`
102
102
103
103
You should map site directory (configuration, graphs, custom checks):
104
104
```
105
-
--volume <localdir>:/opt/omd/sites/<CMK_SITE>
105
+
--volume <localdir>:/opt/omd/sites
106
106
```
107
107
108
-
If you want to map a local directory (e.g. for backup or check scripts):
108
+
If you want to map another local directory (e.g. for backup or check scripts):
109
109
110
110
```
111
111
--volume <localdir>:/opt/backup
@@ -135,7 +135,7 @@ Overall state: running
135
135
136
136
Fireup the Check_MK GUI:
137
137
138
-
Browse to http://localhost/mva
138
+
Browse to http://<server-ip>
139
139
140
140
login with the default user **cmkadmin** with password **omd** (or the pesonalized one, if specified in [Quickstart](#quickstart)).
141
141
@@ -145,4 +145,4 @@ login with the default user **cmkadmin** with password **omd** (or the pesonaliz
145
145
146
146
1. Get your container name (`docker ps`).
147
147
2. Get your desired check_mk version and his downloadnr as described in [Use another version](#use-another-version)
148
-
3. Run this command (with correct container name and cmk version and downloadnr): `docker exec -it <container> /opt/update.sh <CMK_VERSION_ARG> <CMK_DOWNLOADNR_ARG>` (Ex. `docker exec -it check_mk /opt/update.sh 1.5.0p3 38`)
148
+
3. Run this command (with correct container name and cmk version and downloadnr): `docker exec -it <container> /opt/update.sh <CMK_VERSION_ARG> <CMK_DOWNLOADNR_ARG>` (Ex. `docker exec -it check_mk /opt/update.sh 1.5.0p4 38`)
0 commit comments