From 7d66fcab2b6dab50258752f14680a09fc57901c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Thomas?= <38944475+StefThomas@users.noreply.github.com> Date: Fri, 29 Jan 2021 16:45:19 +0100 Subject: [PATCH] Add a new lookup type (#2556) Lookup type for AIX systems --- os/linux/local/mode/discoverysnmp.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/os/linux/local/mode/discoverysnmp.pm b/os/linux/local/mode/discoverysnmp.pm index 3202f06e7..23837ab02 100644 --- a/os/linux/local/mode/discoverysnmp.pm +++ b/os/linux/local/mode/discoverysnmp.pm @@ -95,6 +95,7 @@ my $lookup_type = [ { type => 'macos', re => qr/Darwin/i }, { type => 'hp-ux', re => qr/HP-UX/i }, { type => 'freebsd', re => qr/FreeBSD/i }, + { type => 'aix', re => qr/ AIX / }, ]; sub define_type {