Skip to content

Commit

Permalink
chg to sendtierbeacon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 11, 2017
1 parent de46ac5 commit 59f382c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/bin/sendtierbeacon.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
LOGHOST="cerif.org"
LOGPORT="5000"
LOGTEXT="TIERBEACON/TIER/1.0#IM=$IMAGENAME#IV=$VERSION#MT=$MAINTAINER#"
if [ -z "$TIER_BEACON_OPT_OUT" ]; then
# logger -p $IMAGENAME &MAINTAINER &VERSION
`logger -n $LOGHOST -P $LOGPORT -t TIERBEACON $LOGTEXT`
fi

0 comments on commit 59f382c

Please sign in to comment.