Skip to content

Commit

Permalink
enhance beacon script logging (include timestamp)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 13, 2017
1 parent c41520a commit 678ae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/bin/sendtierbeacon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ LOGPORT="5000"
LOGTEXT="TIERBEACON/TIER/1.0#IM=$IMAGENAME#IV=$VERSION-$TIERVERSION#MT=$MAINTAINER#"
if [ -z "$TIER_BEACON_OPT_OUT" ]; then
`logger -n $LOGHOST -P $LOGPORT -t TIERBEACON $LOGTEXT`
echo "TIER beacon sent."
echo `date`"; TIER beacon sent."
fi

0 comments on commit 678ae55

Please sign in to comment.