From: Sarah Hoffmann Date: Fri, 30 Sep 2016 18:37:19 +0000 (+0200) Subject: take throttled ip stats from build dir X-Git-Tag: deploy~425 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/42a06c6bab36c357210fddfced2223ae2c0b191d take throttled ip stats from build dir --- diff --git a/munin/nominatim_throttled_ips b/munin/nominatim_throttled_ips index cdfc88df..a56ff31d 100755 --- a/munin/nominatim_throttled_ips +++ b/munin/nominatim_throttled_ips @@ -25,4 +25,4 @@ fi BASEDIR="$(dirname "$(readlink -f "$0")")" -cut -f 2 -d ' ' $BASEDIR/../settings/ip_blocks.map | sort | uniq -c | sed 's:[[:space:]]*\([0-9]\+\) \(.*\):\2.value \1:' +cut -f 2 -d ' ' $BASEDIR/../../bin/settings/ip_blocks.map | sort | uniq -c | sed 's:[[:space:]]*\([0-9]\+\) \(.*\):\2.value \1:'