From f573795110f74db407558036699bb124900e5ccd Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Jun 2015 13:25:19 +0100 Subject: add support for HP ilo remote consoles --- INF.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INF.pm') diff --git a/INF.pm b/INF.pm index d3301f6..46500e4 100644 --- a/INF.pm +++ b/INF.pm @@ -1,6 +1,7 @@ package INF; use INF::APC; use INF::DSRx020; +use INF::ILO; #$infs = [ @@ -30,6 +31,9 @@ sub new ($;$) { elsif ( $inf->{inf_type} eq 'apc' ) { return INF::APC->new($inf); } + elsif ( $inf->{inf_type} eq 'ilo' ) { + return INF::ILO->new($inf); + } else { return undef; } -- cgit v1.2.3