mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix ibm tsm modes
This commit is contained in:
parent
624ee3e065
commit
ea387f5330
@ -130,7 +130,7 @@ sub manage_selection {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my $response = $options{custom}->execute_command(
|
my $response = $options{custom}->execute_command(
|
||||||
query => "SELECT volume,name, stgpool_name, status, pct_utilized FROM volumes"
|
query => "SELECT volume_name, stgpool_name, status, pct_utilized FROM volumes"
|
||||||
);
|
);
|
||||||
$self->{volumes} = {};
|
$self->{volumes} = {};
|
||||||
$self->{global} = { total => 0, online => 0, offline => 0, empty => 0, pending => 0, filling => 0, full => 0 };
|
$self->{global} = { total => 0, online => 0, offline => 0, empty => 0, pending => 0, filling => 0, full => 0 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user