mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-03 14:48:22 +00:00
commit
be6dbf248c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if(defined($ARGV[0])) {
|
||||||
print "graph_category $server\n";
|
print "graph_category $server\n";
|
||||||
print "graph_info This graph show $server access by various projects.\n";
|
print "graph_info This graph show $server access by various projects.\n";
|
||||||
while ((my $project, my @files) = each(%logs)) {
|
while ((my $project, my @files) = each(%logs)) {
|
||||||
print $project.".label $project";
|
print $project.".label $project\n";
|
||||||
print $project.".type DERIVE\n";
|
print $project.".type DERIVE\n";
|
||||||
print $project.".min 0\n";
|
print $project.".min 0\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue