mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix fra-usage
This commit is contained in:
parent
0b51471cd9
commit
4eae13cfc3
@ -99,7 +99,7 @@ sub manage_selection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$self->{file}->{$row->[0]} = { display => $row->[0] };
|
$self->{file}->{$row->[0]} = { display => $row->[0] };
|
||||||
if ($self->{sql}->is_version_minimum(version => '11')) {
|
if ($options{sql}->is_version_minimum(version => '11')) {
|
||||||
$self->{file}->{$row->[0]}->{percent_space_usage} = $row->[1];
|
$self->{file}->{$row->[0]}->{percent_space_usage} = $row->[1];
|
||||||
$self->{file}->{$row->[0]}->{percent_space_reclaimable} = $row->[2];
|
$self->{file}->{$row->[0]}->{percent_space_reclaimable} = $row->[2];
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user