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