mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Fix syntax error
This commit is contained in:
parent
a0cb4d4344
commit
de4ba4b5ac
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if(defined($ARGV[0])) {
|
|||
print "graph_args --base 1000\n";
|
||||
print "graph_vlabel bits per \${graph_period} in (-) / out (+)\n";
|
||||
print "graph_category $server\n";
|
||||
print "graph_info This graph show $server in/out bandwidth used by various"\
|
||||
print "graph_info This graph show $server in/out bandwidth used by various" .
|
||||
" projects.\n";
|
||||
while ((my $project, my @files) = each(%logs)) {
|
||||
print "i".$project.".label $project\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue