mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
checkmk: reordner base function (#10990)
This commit is contained in:
parent
97275d06ea
commit
5e7e7c884d
1 changed files with 2 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ rm -rf /opt/checkmk.deb
|
|||
echo "${RELEASE}" >"/opt/checkmk_version.txt"
|
||||
msg_ok "Installed Checkmk"
|
||||
|
||||
motd_ssh
|
||||
customize
|
||||
|
||||
msg_info "Creating Service"
|
||||
SITE_NAME="monitoring"
|
||||
$STD omd create "$SITE_NAME"
|
||||
|
|
@ -42,3 +39,5 @@ $STD omd start "$SITE_NAME"
|
|||
msg_ok "Created Service"
|
||||
|
||||
cleanup_lxc
|
||||
motd_ssh
|
||||
customize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue