mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-08 06:14:44 +02:00
+ Fix #185
This commit is contained in:
parent
5af32a3ac6
commit
c5aed031f0
@ -138,7 +138,7 @@ sub S3 {
|
|||||||
# Compute data
|
# Compute data
|
||||||
foreach my $bucket (@buckets) {
|
foreach my $bucket (@buckets) {
|
||||||
$self->{result}->{'S3'}->{ $bucket->{Name} } =
|
$self->{result}->{'S3'}->{ $bucket->{Name} } =
|
||||||
{ Creation date => $bucket->{CreationDate} };
|
{ 'Creation date' => $bucket->{CreationDate} };
|
||||||
$self->{result}->{count}->{'S3'}++;
|
$self->{result}->{count}->{'S3'}++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user