Code

Renamed threads to vs_threads in collection.cgi (should have already been done
[collectd.git] / contrib / collection.cgi
index 95102b53e21cc8413c05a6ca71de01095bb2e063..a39828618c7fc1e1b13c76c234b11bacaba66ec5 100755 (executable)
@@ -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'],
 };