mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
munin stats: change truncated nodeid to 4 char (not 8)
This commit is contained in:
parent
0700ccabaa
commit
e910a64e7d
@ -124,7 +124,7 @@ def main(argv):
|
||||
|
||||
def output_nodes(output_section):
|
||||
for tubid, nodestats in stats.items():
|
||||
name = smash_name("%s_%s" % (nodestats['nickname'], tubid[:8]))
|
||||
name = smash_name("%s_%s" % (nodestats['nickname'], tubid[:4]))
|
||||
#value = nodestats['stats'][plugin_conf['category']].get(plugin_conf['statid'])
|
||||
category = plugin_conf['category']
|
||||
statid = plugin_conf['statid']
|
||||
|
Loading…
x
Reference in New Issue
Block a user