mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
better message for datastore-vm and datastore-iops
This commit is contained in:
parent
90aa222b5e
commit
543a2c484d
@ -165,7 +165,8 @@ sub manage_selection {
|
|||||||
severity => 'OK',
|
severity => 'OK',
|
||||||
short_msg => $response->{short_message}
|
short_msg => $response->{short_message}
|
||||||
);
|
);
|
||||||
return ;
|
$self->{output}->display();
|
||||||
|
$self->{output}->exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach my $ds_id (keys %{$response->{data}}) {
|
foreach my $ds_id (keys %{$response->{data}}) {
|
||||||
|
@ -175,7 +175,8 @@ sub manage_selection {
|
|||||||
severity => 'OK',
|
severity => 'OK',
|
||||||
short_msg => $response->{short_message}
|
short_msg => $response->{short_message}
|
||||||
);
|
);
|
||||||
return ;
|
$self->{output}->display();
|
||||||
|
$self->{output}->exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach my $vm_id (keys %{$response->{data}}) {
|
foreach my $vm_id (keys %{$response->{data}}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user