mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 00:03:58 +00:00
munin: remove extra blank line from config output
This commit is contained in:
@ -22,8 +22,7 @@ graph_vlabel dirnodes
|
|||||||
graph_category tahoe
|
graph_category tahoe
|
||||||
graph_info This graph shows the number of directory nodes hosted by this vdrive server
|
graph_info This graph shows the number of directory nodes hosted by this vdrive server
|
||||||
dirnodes.label dirnodes
|
dirnodes.label dirnodes
|
||||||
dirnodes.draw LINE2
|
dirnodes.draw LINE2"""
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
|
@ -31,8 +31,8 @@ configinfo = \
|
|||||||
"""graph_title Allmydata Tahoe Filecount
|
"""graph_title Allmydata Tahoe Filecount
|
||||||
graph_vlabel files
|
graph_vlabel files
|
||||||
graph_category tahoe
|
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:
|
for nodename, basedir in nodedirs:
|
||||||
configinfo += "%s.label %s\n" % (nodename, nodename)
|
configinfo += "%s.label %s\n" % (nodename, nodename)
|
||||||
configinfo += "%s.draw LINE2\n" % (nodename,)
|
configinfo += "%s.draw LINE2\n" % (nodename,)
|
||||||
|
@ -31,8 +31,8 @@ configinfo = \
|
|||||||
"""graph_title Allmydata Tahoe Shares Per File
|
"""graph_title Allmydata Tahoe Shares Per File
|
||||||
graph_vlabel shares per file
|
graph_vlabel shares per file
|
||||||
graph_category tahoe
|
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:
|
for nodename, basedir in nodedirs:
|
||||||
configinfo += "%s.label %s\n" % (nodename, nodename)
|
configinfo += "%s.label %s\n" % (nodename, nodename)
|
||||||
configinfo += "%s.draw LINE2\n" % (nodename,)
|
configinfo += "%s.draw LINE2\n" % (nodename,)
|
||||||
|
@ -34,8 +34,8 @@ configinfo = \
|
|||||||
"""graph_title Allmydata Tahoe Shareholder Space
|
"""graph_title Allmydata Tahoe Shareholder Space
|
||||||
graph_vlabel bytes
|
graph_vlabel bytes
|
||||||
graph_category tahoe
|
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:
|
for nodename, basedir in nodedirs:
|
||||||
configinfo += "%s.label %s\n" % (nodename, nodename)
|
configinfo += "%s.label %s\n" % (nodename, nodename)
|
||||||
configinfo += "%s.draw LINE2\n" % (nodename,)
|
configinfo += "%s.draw LINE2\n" % (nodename,)
|
||||||
|
Reference in New Issue
Block a user