From fb51a60993876b8bad3156028890cc8b7953d03c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 28 Mar 2008 16:18:30 -0700 Subject: [PATCH] munin plugins: add 'graph_category tahoe' --- misc/munin/tahoe-helperstats-active.py | 1 + misc/munin/tahoe-helperstats-fetched.py | 1 + 2 files changed, 2 insertions(+) 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 -- 2.45.2