mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-18 16:48:44 +00:00
typo fixed
This commit is contained in:
parent
9f9a503e70
commit
1e42e4a056
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ sub getCapacity {
|
||||||
} elsif ($line =~ /^Present Capacity: (\d+)/) {
|
} elsif ($line =~ /^Present Capacity: (\d+)/) {
|
||||||
printf("present.value %d\n", $1);
|
printf("present.value %d\n", $1);
|
||||||
} elsif ($line =~ /^DFS Remaining: (\d+)/) {
|
} elsif ($line =~ /^DFS Remaining: (\d+)/) {
|
||||||
printf("remainig.value %d\n", $1);
|
printf("remaining.value %d\n", $1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue