From 23df9123afd68004c8c191a0857dd939d9dad81a Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 8 Jul 2022 10:18:42 +0200 Subject: [PATCH] elog II --- icinga-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-cli.sh b/icinga-cli.sh index 55de2f9..d1f9e13 100755 --- a/icinga-cli.sh +++ b/icinga-cli.sh @@ -363,7 +363,7 @@ function processCheck(){ _echo "Pipe chars: $iPipes" if [[ $iPipes -gt 1 ]]; then _elog "ABORT - pipes were found in plugin output" - _elgo "command was: $myFullscript $myparams" + _elog "command was: $myFullscript $myparams" exit 1 fi -- GitLab