add Cisco ASA to SNMP discoverable items (#3609)
This commit is contained in:
parent
b9428bdae0
commit
82c376facd
|
@ -30,6 +30,7 @@ our @ISA = qw(Exporter);
|
|||
our @EXPORT_OK = qw($discovery_match);
|
||||
|
||||
$discovery_match = [
|
||||
{ type => 'cisco asa', re => qr/Cisco Adaptative Security Appliance/i },
|
||||
{ type => 'cisco standard', re => qr/Cisco IOS Software/i },
|
||||
{ type => 'emc data domain', re => qr/Data Domain/i },
|
||||
{ type => 'sonicwall', re => qr/SonicWALL/i },
|
||||
|
|
Loading…
Reference in New Issue