From 243867ce99ab9d6ef7dd736a34b965a318d118f0 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 25 Jun 2013 11:18:27 +0200 Subject: add json generation for map.html to all the graph map --- retiolum/scripts/adv_graphgen/all_the_graphs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'retiolum/scripts') diff --git a/retiolum/scripts/adv_graphgen/all_the_graphs.sh b/retiolum/scripts/adv_graphgen/all_the_graphs.sh index 2811ebb7..381c7aeb 100755 --- a/retiolum/scripts/adv_graphgen/all_the_graphs.sh +++ b/retiolum/scripts/adv_graphgen/all_the_graphs.sh @@ -10,6 +10,8 @@ INTERNAL_FOLDER=/var/www/euer/graphs/retiolum begin=`timer` export GRAPHITE_HOST="no-omo" + export GEOCTIYDB="$PWD/GeoLiteCity.dat" + (python tinc_stats/Log2JSON.py | python tinc_stats/Geo.py > $INTERNAL_FOLDER/marker.json)& (./anonytize.sh $EXTERNAL_FOLDER && echo "`date` anonytize done" >> /tmp/build_graph)& (./sanitize.sh $INTERNAL_FOLDER && echo "`date` sanitize done" >> /tmp/build_graph)& # wait -- cgit v1.2.3