From 5f5ed6b08d11e6dc945721a811151e83282e9153 Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Wed, 23 Apr 2008 15:50:29 -0700 Subject: [PATCH] munin stats: fix typo in mutable file stats --- misc/munin/tahoe-stats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.45.2