Révision df5325d2
Add missing line break
| plugins/nginx/nginx_byprojects/byprojects_access | ||
|---|---|---|
| 55 | 55 |
print "graph_category $server\n"; |
| 56 | 56 |
print "graph_info This graph show $server access by various projects.\n"; |
| 57 | 57 |
while ((my $project, my @files) = each(%logs)) {
|
| 58 |
print $project.".label $project"; |
|
| 58 |
print $project.".label $project\n";
|
|
| 59 | 59 |
print $project.".type DERIVE\n"; |
| 60 | 60 |
print $project.".min 0\n"; |
| 61 | 61 |
} |
Formats disponibles : Unified diff