fix compellent filter volume option
This commit is contained in:
parent
1a494124d8
commit
b47d99e8b1
|
@ -223,7 +223,8 @@ sub manage_selection {
|
|||
cem_port => $self->{option_results}->{cem_port},
|
||||
sdk_path_dll => $self->{option_results}->{sdk_path_dll},
|
||||
no_ps => $self->{option_results}->{no_ps},
|
||||
filter_sc => $self->{option_results}->{ps_sc_filter});
|
||||
filter_sc => $self->{option_results}->{ps_sc_filter},
|
||||
filter_vol => $self->{option_results}->{ps_sc_volume});
|
||||
|
||||
$self->{option_results}->{command_options} .= " " . $ps;
|
||||
my ($stdout) = centreon::plugins::misc::windows_execute(output => $self->{output},
|
||||
|
@ -349,4 +350,4 @@ Can be: 'sc-total', 'volume-usage', 'volume-overhead', 'volume-replay'.
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue