From: tokkee Date: Thu, 11 May 2006 16:15:15 +0000 (+0000) Subject: Renamed threads to vs_threads in collection.cgi (should have already been done X-Git-Tag: svn-trunk~30 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4a3bd88f5005d81f134f30fafd89f58295819511;p=collectd.git Renamed threads to vs_threads in collection.cgi (should have already been done in r532 :-/ ). --- 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'], };