mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
fix fra-usage
This commit is contained in:
parent
c6e7c96ccf
commit
c8a9a64e7e
@ -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