]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
munin: remove extra blank line from config output
authorBrian Warner <warner@allmydata.com>
Thu, 18 Oct 2007 19:39:26 +0000 (12:39 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 18 Oct 2007 19:39:26 +0000 (12:39 -0700)
misc/munin/tahoe-dirnodes.py
misc/munin/tahoe-files.py
misc/munin/tahoe-sharesperfile.py
misc/munin/tahoe-storagespace.py

index 02944ab51ecac30f6a7225f99f438c6e63bb0203..dc35b57ae4319a0f2be7241442fcb8962bc40042 100644 (file)
@@ -22,8 +22,7 @@ graph_vlabel dirnodes
 graph_category tahoe
 graph_info This graph shows the number of directory nodes hosted by this vdrive server
 dirnodes.label dirnodes
-dirnodes.draw LINE2
-"""
+dirnodes.draw LINE2"""
 
 
 if len(sys.argv) > 1:
index 7993c76c4e1ab3511183fe5e8d1c32a7a3957d20..f41e1b32d7f6c6fc72a3185c7d50b597bf398f2f 100644 (file)
@@ -31,8 +31,8 @@ configinfo = \
 """graph_title Allmydata Tahoe Filecount
 graph_vlabel files
 graph_category tahoe
-graph_info This graph shows the number of files hosted by this node's StorageServer
-"""
+graph_info This graph shows the number of files hosted by this node's StorageServer"""
+
 for nodename, basedir in nodedirs:
     configinfo += "%s.label %s\n" % (nodename, nodename)
     configinfo += "%s.draw LINE2\n" % (nodename,)
index 455d5f2539147b75e600633aa26e30176296c2f6..4f0593c50b23031f6ce2cf7b26d29e2e53b94495 100644 (file)
@@ -31,8 +31,8 @@ configinfo = \
 """graph_title Allmydata Tahoe Shares Per File
 graph_vlabel shares per file
 graph_category tahoe
-graph_info This graph shows the number of shares present for each file hosted by this node's StorageServer
-"""
+graph_info This graph shows the number of shares present for each file hosted by this node's StorageServer"""
+
 for nodename, basedir in nodedirs:
     configinfo += "%s.label %s\n" % (nodename, nodename)
     configinfo += "%s.draw LINE2\n" % (nodename,)
index 87339292ea385ca455dd23bb7c065703a0b66d25..7983af5e1308d7eb4b56d88e2a648588d9165aad 100644 (file)
@@ -34,8 +34,8 @@ configinfo = \
 """graph_title Allmydata Tahoe Shareholder Space
 graph_vlabel bytes
 graph_category tahoe
-graph_info This graph shows the space consumed by this node's StorageServer
-"""
+graph_info This graph shows the space consumed by this node's StorageServer"""
+
 for nodename, basedir in nodedirs:
     configinfo += "%s.label %s\n" % (nodename, nodename)
     configinfo += "%s.draw LINE2\n" % (nodename,)