From cb890cb9e49d28b03f48fda23ec2ef8b4cbb737f Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 5 Jul 2007 14:38:31 -0700
Subject: [PATCH] munin plugins: fix labels

---
 misc/munin/tahoe-dirnodes.py | 4 ++--
 misc/munin/tahoe-files.py    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc/munin/tahoe-dirnodes.py b/misc/munin/tahoe-dirnodes.py
index 103c063e..02944ab5 100644
--- a/misc/munin/tahoe-dirnodes.py
+++ b/misc/munin/tahoe-dirnodes.py
@@ -9,7 +9,7 @@
 # the following in your /etc/munin/plugin-conf.d/foo file to let it know
 # where to find the basedirectory for the vdrive server.
 #
-#  [tahoe-storagespace]
+#  [tahoe-dirnodes]
 #  env.basedir /path/to/vdrivenode
 
 import os, sys
@@ -18,7 +18,7 @@ nodedir = os.environ["basedir"]
 
 configinfo = \
 """graph_title Allmydata Tahoe Dirnode Count
-graph_vlabel bytes
+graph_vlabel dirnodes
 graph_category tahoe
 graph_info This graph shows the number of directory nodes hosted by this vdrive server
 dirnodes.label dirnodes
diff --git a/misc/munin/tahoe-files.py b/misc/munin/tahoe-files.py
index b0ca716c..67598921 100644
--- a/misc/munin/tahoe-files.py
+++ b/misc/munin/tahoe-files.py
@@ -12,7 +12,7 @@
 # the following in your /etc/munin/plugin-conf.d/foo file to let it know
 # where to find the basedirectory for each node:
 #
-#  [tahoe-storagespace]
+#  [tahoe-files]
 #  env.basedir_NODE1 /path/to/node1
 #  env.basedir_NODE2 /path/to/node2
 #  env.basedir_NODE3 /path/to/node3
@@ -29,7 +29,7 @@ nodedirs.sort()
 
 configinfo = \
 """graph_title Allmydata Tahoe Filecount
-graph_vlabel bytes
+graph_vlabel files
 graph_category tahoe
 graph_info This graph shows the number of files hosted by this node's StorageServer
 """
-- 
2.45.2