From 73535b2bfb02eeaeebd6d325509f2b57be05194e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 2 Nov 2023 16:15:21 +0100 Subject: [PATCH] remove test output --- icinga-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-cli.sh b/icinga-cli.sh index b2eba8f..9bdcab5 100755 --- a/icinga-cli.sh +++ b/icinga-cli.sh @@ -324,7 +324,7 @@ function processCheck(){ # # --- this executes the check plugin ... # - _log "${_logPrefix} starting $myFullscript $myparams - $_outfile" + _log "${_logPrefix} starting $myFullscript $myparams" iTsStart=$(date +%s) eval $myFullscript $myparams > "$_outfile" rc=$? -- GitLab