From 482b3e093900737f3116d0d8f71f92371cd2a53b Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 27 Aug 2008 14:30:13 -0700
Subject: [PATCH] munin/tahoe_doomsday: change the graph title, 'time
 predictor' is more accurate than 'space predictor'

---
 misc/munin/tahoe_doomsday | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/munin/tahoe_doomsday b/misc/munin/tahoe_doomsday
index ad6b9a42..06b6c49e 100644
--- a/misc/munin/tahoe_doomsday
+++ b/misc/munin/tahoe_doomsday
@@ -9,7 +9,7 @@ import os, sys, urllib, simplejson
 
 if len(sys.argv) > 1 and sys.argv[1] == "config":
     print """\
-graph_title Tahoe Remaining Space Predictor
+graph_title Tahoe Remaining Time Predictor
 graph_vlabel days remaining
 graph_category tahoe
 graph_info This graph shows the estimated number of days left until storage space is exhausted
-- 
2.45.2