munin plugins: add 'graph_category tahoe'
This commit is contained in:
parent
5da9f42cf8
commit
fb51a60993
|
@ -7,6 +7,7 @@ import simplejson
|
||||||
configinfo = """\
|
configinfo = """\
|
||||||
graph_title Tahoe Helper Stats - Active Files
|
graph_title Tahoe Helper Stats - Active Files
|
||||||
graph_vlabel bytes
|
graph_vlabel bytes
|
||||||
|
graph_category tahoe
|
||||||
graph_info This graph shows the number of files being actively processed by the helper
|
graph_info This graph shows the number of files being actively processed by the helper
|
||||||
fetched.label Active Files
|
fetched.label Active Files
|
||||||
fetched.draw LINE2
|
fetched.draw LINE2
|
||||||
|
|
|
@ -7,6 +7,7 @@ import simplejson
|
||||||
configinfo = """\
|
configinfo = """\
|
||||||
graph_title Tahoe Helper Stats - Bytes Fetched
|
graph_title Tahoe Helper Stats - Bytes Fetched
|
||||||
graph_vlabel bytes
|
graph_vlabel bytes
|
||||||
|
graph_category tahoe
|
||||||
graph_info This graph shows the amount of data being fetched by the helper
|
graph_info This graph shows the amount of data being fetched by the helper
|
||||||
fetched.label Bytes Fetched
|
fetched.label Bytes Fetched
|
||||||
fetched.type GAUGE
|
fetched.type GAUGE
|
||||||
|
|
Loading…
Reference in New Issue