Skip to content

Commit ced939e

Browse files
Update checkmk.sh (#3559)
1 parent 0784ca2 commit ced939e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/checkmk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ APP="checkmk"
99
var_tags="monitoring"
1010
var_cpu="2"
1111
var_ram="2048"
12-
var_disk="4"
12+
var_disk="6"
1313
var_os="debian"
1414
var_version="12"
1515
var_unprivileged="1"
@@ -54,4 +54,4 @@ description
5454
msg_ok "Completed Successfully!\n"
5555
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5656
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
57-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/monitoring${CL}"
57+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/monitoring${CL}"

0 commit comments

Comments
 (0)