mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix tablespace postgres
This commit is contained in:
parent
2b25dc1a85
commit
e31b6b227c
@ -77,9 +77,9 @@ sub manage_selection {
|
||||
next;
|
||||
}
|
||||
|
||||
$self->{tablespaces}->{ $_->[0] } = {
|
||||
display => $_->[0],
|
||||
space_used => $_->[1]
|
||||
$self->{tablespaces}->{ $row->[0] } = {
|
||||
display => $row->[0],
|
||||
space_used => $row->[1]
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user