mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix gcp get-metrics mode
This commit is contained in:
parent
e6083d6ec0
commit
3367adc110
@ -157,7 +157,7 @@ sub check_options {
|
||||
}
|
||||
$self->{gcp_aggregations} = ['average'];
|
||||
if (scalar(@$aggregations) > 0) {
|
||||
$self->{gcp_aggregations} = @$aggregations;
|
||||
$self->{gcp_aggregations} = $aggregations;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user