check_ilo2_health

Check hardware health of HP Proliant Servers by querying the iLO2|3|4|5 Management Controller

Log in or register to review this project

  • caragian

    ##ERROR## ILO2_HEALTH UNKNOWN - ERROR: Entity: line 296: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xE0 0x22 0x2F 0x3E ##SOLUTION## --- check_ilo2_health.pl.orig 2020-04-14 15:36:38.552778067 +0200 +++ check_ilo2health.pl 2020-04-14 15:57:37.729909812 +0200 @@ -954,6 +954,7 @@ { my ($line) = @; $line =~ s/\r\n$/\n/; + utf8::encode($line); print $line if ( $p-opts-verbose ); if ( $getinfos ) {

  • minuch

    Hi! Please add to the script show SERVER_OSNAME.