add Cisco ASA to SNMP discoverable items (#3609)

This commit is contained in:
Simon Bomm 2022-04-20 13:21:18 +02:00 committed by GitHub
parent b9428bdae0
commit 82c376facd
1 changed files with 1 additions and 0 deletions

View File

@ -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 },