Révision a2bedd79
Fix syntax error in string concatenation
| plugins/apache/apache_byprojects/byprojects_inout_bandwidth | ||
|---|---|---|
| 60 | 60 |
print "graph_args --base 1000\n"; |
| 61 | 61 |
print "graph_vlabel bits per \${graph_period} in (-) / out (+)\n";
|
| 62 | 62 |
print "graph_category $server\n"; |
| 63 |
print "graph_info This graph show $server in/out bandwidth used by various"\
|
|
| 63 |
print "graph_info This graph show $server in/out bandwidth used by various" .
|
|
| 64 | 64 |
" projects.\n"; |
| 65 | 65 |
while ((my $project, my @files) = each(%logs)) {
|
| 66 | 66 |
print "i".$project.".label $project\n"; |
Formats disponibles : Unified diff