From 42a06c6bab36c357210fddfced2223ae2c0b191d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 30 Sep 2016 20:37:19 +0200 Subject: [PATCH] take throttled ip stats from build dir --- munin/nominatim_throttled_ips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:' -- 2.39.5