Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Very excellent.
For me, with ilo2 and latest firmware, i have aa error : ILO2_HEALTH UNKNOWN – ERROR: Failed to establish SSL connection with *****
Changed : $client = new IO::Socket::SSL->new(PeerAddr => $host);
to: $client = new IO::Socket::SSL->new(PeerAddr => $host,SSL_verify_mode => SSL_VERIFY_NONE);
After, check is fully ok.