mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #283 from letompouce/master
[FIX] apache_byprojects/byprojects_access: missing \n.
This commit is contained in:
commit
6efcb06dd9
@ -55,7 +55,7 @@ if(defined($ARGV[0])) {
|
||||
print "graph_category $server\n";
|
||||
print "graph_info This graph show $server access by various projects.\n";
|
||||
while ((my $project, my @files) = each(%logs)) {
|
||||
print $project.".label $project";
|
||||
print $project.".label $project\n";
|
||||
print $project.".type DERIVE\n";
|
||||
print $project.".min 0\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user