Module: check_mk
Branch: master
Commit: 19ce43b2fb76e202e4d1b302ea100e703af0b0e3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=19ce43b2fb76e2…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Thu Aug 2 09:30:50 2018 +0200
Improved logging of SIDs
Change-Id: I710973ff8521fcd94f2510cbda67c588718b5214
---
agents/plugins/mk_oracle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/agents/plugins/mk_oracle b/agents/plugins/mk_oracle
index 534129e..bf521ad 100755
--- a/agents/plugins/mk_oracle
+++ b/agents/plugins/mk_oracle
@@ -1528,9 +1528,9 @@ for remote_instance in $(compgen -A variable | "${GREP}"
-E "^REMOTE_INSTANCE_.*
done
-logging "[$LINENO] [preliminaries]" "SIDs: ${SIDS}"\
- "Remote instances:${REMOTE_INSTANCES}"\
- "Piggyback hosts:${PIGGYBACK_HOSTS}"
+logging "[$LINENO] [preliminaries]" "SIDs: ${SIDS//\\n/ }"
+ "Remote instances: ${REMOTE_INSTANCES}"\
+ "Piggyback hosts: ${PIGGYBACK_HOSTS}"
if [ "$PIGGYBACK_HOSTS" ]; then