mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-06 01:21:43 +00:00
munin plugins: fix labels
This commit is contained in:
parent
8b2f0ef44c
commit
cb890cb9e4
@ -9,7 +9,7 @@
|
|||||||
# the following in your /etc/munin/plugin-conf.d/foo file to let it know
|
# the following in your /etc/munin/plugin-conf.d/foo file to let it know
|
||||||
# where to find the basedirectory for the vdrive server.
|
# where to find the basedirectory for the vdrive server.
|
||||||
#
|
#
|
||||||
# [tahoe-storagespace]
|
# [tahoe-dirnodes]
|
||||||
# env.basedir /path/to/vdrivenode
|
# env.basedir /path/to/vdrivenode
|
||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
@ -18,7 +18,7 @@ nodedir = os.environ["basedir"]
|
|||||||
|
|
||||||
configinfo = \
|
configinfo = \
|
||||||
"""graph_title Allmydata Tahoe Dirnode Count
|
"""graph_title Allmydata Tahoe Dirnode Count
|
||||||
graph_vlabel bytes
|
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
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# the following in your /etc/munin/plugin-conf.d/foo file to let it know
|
# the following in your /etc/munin/plugin-conf.d/foo file to let it know
|
||||||
# where to find the basedirectory for each node:
|
# where to find the basedirectory for each node:
|
||||||
#
|
#
|
||||||
# [tahoe-storagespace]
|
# [tahoe-files]
|
||||||
# env.basedir_NODE1 /path/to/node1
|
# env.basedir_NODE1 /path/to/node1
|
||||||
# env.basedir_NODE2 /path/to/node2
|
# env.basedir_NODE2 /path/to/node2
|
||||||
# env.basedir_NODE3 /path/to/node3
|
# env.basedir_NODE3 /path/to/node3
|
||||||
@ -29,7 +29,7 @@ nodedirs.sort()
|
|||||||
|
|
||||||
configinfo = \
|
configinfo = \
|
||||||
"""graph_title Allmydata Tahoe Filecount
|
"""graph_title Allmydata Tahoe Filecount
|
||||||
graph_vlabel bytes
|
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
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user