From 5a6a263564129d4c441938ef35e9c6c6da60b20e Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 3 Apr 2013 10:11:16 -0400 Subject: add graphite stats support --- retiolum/scripts/github_listener/handle_request | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'retiolum/scripts/github_listener/handle_request') diff --git a/retiolum/scripts/github_listener/handle_request b/retiolum/scripts/github_listener/handle_request index 5b42524a..211ca776 100755 --- a/retiolum/scripts/github_listener/handle_request +++ b/retiolum/scripts/github_listener/handle_request @@ -2,11 +2,15 @@ # Possible Shell Vars # WEBDIR # HOSTFOLDER + set -euf +export GRAPHITE_HOST=${GRAPHITE_HOST:-no_omo} +PATH=$PATH:../../../util/bin if [ "x${2:-}" = x ];then echo "usage: $0 HOSTDIRECTORY WEBDIRECTORY" exit 1 fi +NOW=$(timer) export HOSTDIR=${1:-../../hosts} WEBDIR=${2:-/var/www/euer.krebsco.de/retiolum/} echo "sorry for keeping you waiting, please be patient" @@ -20,4 +24,5 @@ cd - >&2 ../../bin/create-supernode-tar $WEBDIR echo "almost done..." ../../bin/create-host-tar $WEBDIR -echo "Thank you for your patience!" +echo "Thank you for your patience! I stole $(timer $NOW)ms of your time, sorry about that." +graphitec 'retiolum.pack.build_time' $(timer $NOW) -- cgit v1.2.3