From 7e26dcb4772ff6c827177e445c672364d47bcae7 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 16 Dec 2012 16:33:53 +0100 Subject: [PATCH] start graph at 0 --- munin/nominatim_throttled_ips | 1 + 1 file changed, 1 insertion(+) diff --git a/munin/nominatim_throttled_ips b/munin/nominatim_throttled_ips index b2f28e52..2fa1d80e 100755 --- a/munin/nominatim_throttled_ips +++ b/munin/nominatim_throttled_ips @@ -11,6 +11,7 @@ if [ "$1" = "config" ]; then echo 'graph_title Restricted IPs' + echo 'graph_args -l 0' echo 'graph_vlabel number of IPs' echo 'graph_category nominatim' echo 'bulk.label bulk' -- 2.39.5