mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
add freebsd in snmp discovery
This commit is contained in:
parent
3aa7395a70
commit
02264403b6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user