From 8f8f7ab27748972bfe746858fe1104cb4ee00e70 Mon Sep 17 00:00:00 2001 From: Ralf Mellis Date: Sat, 19 Aug 2023 14:24:44 +0200 Subject: [PATCH] Delete RM-refesh-repo.sh --- RM-refesh-repo.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 RM-refesh-repo.sh diff --git a/RM-refesh-repo.sh b/RM-refesh-repo.sh deleted file mode 100755 index 05f695d..0000000 --- a/RM-refesh-repo.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash -REPOHOST=cmk-app-b-ttw -#REPOUSER=ttw -REPOPREFIX=mailcow -echo "Refreshing Repo from Development System ${REPOHOST}" - -cp ~/local/lib/python3/cmk/base/plugins/agent_based/${REPOPREFIX}*.py ./local/lib/python3/cmk/base/plugins/agent_based/ -cp ~/local/share/check_mk/agents/special/agent_${REPOPREFIX} ./local/share/check_mk/agents/special/ -cp ~/local/share/check_mk/checkman/${REPOPREFIX}* ./local/share/check_mk/checkman/ -cp ~/local/share/check_mk/checks/agent_${REPOPREFIX} ./local/share/check_mk/checks/ -cp ~/local/share/check_mk/web/plugins/perfometer/${REPOPREFIX}* ./local/share/check_mk/web/plugins/perfometer/ -cp ~/local/share/check_mk/web/plugins/wato/${REPOPREFIX}* ./local/share/check_mk/web/plugins/wato/ -cp ~/local/share/check_mk/web/plugins/metrics/${REPOPREFIX}* ./local/share/check_mk/web/plugins/metrics/