add freebsd in snmp discovery

This commit is contained in:
garnier-quentin 2019-04-11 10:45:33 +02:00
parent 3aa7395a70
commit 02264403b6
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ my $lookup_type = [
{ type => 'windows', re => qr/windows/i },
{ type => 'macos', re => qr/Darwin/i },
{ type => 'hp-ux', re => qr/HP-UX/i },
{ type => 'freebsd', re => qr/FreeBSD/i },
];
sub define_type {