Révision a2bedd79
Fix syntax error in string concatenation
| plugins/apache/apache_byprojects/byprojects_bandwidth | ||
|---|---|---|
| 63 | 63 |
print "graph_total Total\n"; |
| 64 | 64 |
print "graph_vlabel Bits\n"; |
| 65 | 65 |
print "graph_category $server\n"; |
| 66 |
print "graph_info This graph show $server total bandwidth used by various "\
|
|
| 66 |
print "graph_info This graph show $server total bandwidth used by various " .
|
|
| 67 | 67 |
"projects.\n"; |
| 68 | 68 |
while ((my $project, my @files) = each(%logs)) {
|
| 69 | 69 |
print $project.".label $project\n"; |
Formats disponibles : Unified diff