mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
fix fra-usage
This commit is contained in:
parent
aa9441f545
commit
2703c49668
@ -76,7 +76,7 @@ sub manage_selection {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
$options{sql}->connect();
|
||||
if ($self->{sql}->is_version_minimum(version => '11')) {
|
||||
if ($options{sql}->is_version_minimum(version => '11')) {
|
||||
$options{sql}->query(query => q{
|
||||
SELECT file_type, percent_space_used, percent_space_reclaimable
|
||||
FROM v$recovery_area_usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user