From 4a3bd88f5005d81f134f30fafd89f58295819511 Mon Sep 17 00:00:00 2001 From: tokkee Date: Thu, 11 May 2006 16:15:15 +0000 Subject: [PATCH] Renamed threads to vs_threads in collection.cgi (should have already been done in r532 :-/ ). --- contrib/collection.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/collection.cgi b/contrib/collection.cgi index 95102b53..a3982861 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -774,7 +774,7 @@ our $GraphDefs; 'GPRINT:max:MAX:%5.1lf%sV Max,', 'GPRINT:avg:LAST:%5.1lf%sV Last\l' ], - threads => [ + vs_threads => [ "DEF:total_avg={file}:total:AVERAGE", "DEF:total_min={file}:total:MIN", "DEF:total_max={file}:total:MAX", @@ -891,7 +891,7 @@ our $GraphArgs = traffic => ['-t', '{host} {inst} traffic', '-v', 'Bit/s'], users => ['-t', '{host} users', '-v', 'Users'], voltage => ['-t', '{host} voltage', '-v', 'Volts'], - threads => ['-t', '{host} threads', '-v', 'Threads'], + vs_threads => ['-t', '{host} threads', '-v', 'Threads'], vs_memory => ['-t', '{host} memory usage', '-v', 'Bytes'], vs_processes => ['-t', '{host} processes', '-v', 'Processes'], }; -- 2.11.0