1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Fix syntax error

This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 19:48:14 +02:00
parent de4ba4b5ac
commit 7afe6bfbf3

View file

@ -64,7 +64,7 @@ if(defined($ARGV[0])) {
print "graph_total Total\n"; print "graph_total Total\n";
print "graph_vlabel Bits\n"; print "graph_vlabel Bits\n";
print "graph_category $server\n"; print "graph_category $server\n";
print "graph_info This graph show $server total bandwidth used by various "\ print "graph_info This graph show $server total bandwidth used by various " .
"projects.\n"; "projects.\n";
while ((my $project, my @files) = each(%logs)) { while ((my $project, my @files) = each(%logs)) {
print $project.".label $project\n"; print $project.".label $project\n";