From: robk-tahoe Date: Wed, 23 Apr 2008 22:50:29 +0000 (-0700) Subject: munin stats: fix typo in mutable file stats X-Git-Tag: allmydata-tahoe-1.1.0~184 X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/cyclelanguage?a=commitdiff_plain;h=5f5ed6b08d11e6dc945721a811151e83282e9153;p=tahoe-lafs%2Ftahoe-lafs.git munin stats: fix typo in mutable file stats --- diff --git a/misc/munin/tahoe-stats.py b/misc/munin/tahoe-stats.py index dd8cb711..57d18e78 100644 --- a/misc/munin/tahoe-stats.py +++ b/misc/munin/tahoe-stats.py @@ -312,8 +312,8 @@ PLUGINS = { 'graph_render': '\n'.join(['%(name)s.value %(value)s', ]), }, - 'tahoe_mutable_bytes_published': - { 'statid': 'mutable.bytes_published', + 'tahoe_mutable_files_published': + { 'statid': 'mutable.files_published', 'category': 'counters', 'configheader': '\n'.join(['graph_title Tahoe Mutable Files Published', 'graph_vlabel files',