mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
whitespace cleanup
This commit is contained in:
parent
fdcc9f79a7
commit
5ebdabf44a
1 changed files with 20 additions and 25 deletions
|
@ -142,7 +142,6 @@ my @order = (
|
|||
);
|
||||
|
||||
sub do_collect {
|
||||
|
||||
my $fslist=(`$zfsexec list -H -r -o name $zpool`);
|
||||
|
||||
my @params = join(',',( keys %{$properties} ));
|
||||
|
@ -224,14 +223,12 @@ sub do_fetch_fs {
|
|||
}
|
||||
|
||||
sub do_config {
|
||||
|
||||
foreach my $fs ( sort keys %{$filesystems}) {
|
||||
do_config_fs($fs);
|
||||
}
|
||||
}
|
||||
|
||||
sub do_autoconf {
|
||||
|
||||
if (`which $zpoolexec 2>/dev/null` =~ m{^/}) {
|
||||
print "yes\n";
|
||||
} else {
|
||||
|
@ -247,7 +244,6 @@ sub do_suggest {
|
|||
}
|
||||
|
||||
sub do_fetch {
|
||||
|
||||
foreach my $fs ( sort keys %{$filesystems}) {
|
||||
do_fetch_fs($fs);
|
||||
}
|
||||
|
@ -260,7 +256,6 @@ sub do_setpool {
|
|||
elsif ($0 =~ /zfs_usage_(.+)*$/) {
|
||||
$zpool = $1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($ARGV[0]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue