mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
(plugin) hardware::server::hp::ilo::xmlapi - add decode option working (#3911)
This commit is contained in:
parent
b2c886f8b2
commit
4771c10510
@ -318,6 +318,7 @@ sub get_ilo_data {
|
|||||||
$self->get_ilo2_data();
|
$self->get_ilo2_data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$self->{content} = $self->{output}->decode($self->{content});
|
||||||
$self->{content} =~ s/\r//sg;
|
$self->{content} =~ s/\r//sg;
|
||||||
$self->{output}->output_add(long_msg => $self->{content}, debug => 1);
|
$self->{output}->output_add(long_msg => $self->{content}, debug => 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user