From: Brian Warner Date: Fri, 28 Mar 2008 23:18:30 +0000 (-0700) Subject: munin plugins: add 'graph_category tahoe' X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=fb51a60993876b8bad3156028890cc8b7953d03c;p=tahoe-lafs%2Ftahoe-lafs.git munin plugins: add 'graph_category tahoe' --- diff --git a/misc/munin/tahoe-helperstats-active.py b/misc/munin/tahoe-helperstats-active.py index b143d3d7..874fddf4 100644 --- a/misc/munin/tahoe-helperstats-active.py +++ b/misc/munin/tahoe-helperstats-active.py @@ -7,6 +7,7 @@ import simplejson configinfo = """\ graph_title Tahoe Helper Stats - Active Files graph_vlabel bytes +graph_category tahoe graph_info This graph shows the number of files being actively processed by the helper fetched.label Active Files fetched.draw LINE2 diff --git a/misc/munin/tahoe-helperstats-fetched.py b/misc/munin/tahoe-helperstats-fetched.py index d34aaab0..9dcbea5d 100644 --- a/misc/munin/tahoe-helperstats-fetched.py +++ b/misc/munin/tahoe-helperstats-fetched.py @@ -7,6 +7,7 @@ import simplejson configinfo = """\ graph_title Tahoe Helper Stats - Bytes Fetched graph_vlabel bytes +graph_category tahoe graph_info This graph shows the amount of data being fetched by the helper fetched.label Bytes Fetched fetched.type GAUGE