Skip to content

Commit

Permalink
AIX Agent: add debug support - not yet tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Heigl committed Nov 20, 2012
1 parent 9c1877c commit 4443f9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions agents/check_mk_agent.aix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ LOCALDIR=$MK_LIBDIR/local
#Avoid problems with wrong decimal separators in other language verions of aix
export LC_NUMERIC="en_US"

# close standard input (for security reasons) and stderr
if [ "$1" = -d ]
then
set -xv
else
exec <&- 2>/dev/null
fi

echo '<<<check_mk>>>'
echo Version: 1.2.1i3
echo AgentOS: aix
Expand Down

0 comments on commit 4443f9c

Please sign in to comment.