mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
better message for datastore-vm and datastore-iops
This commit is contained in:
parent
e3b96c11ec
commit
09d51ae29a
@ -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