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