diff --git a/centreon-plugins/os/linux/local/mode/resources/discovery.pm b/centreon-plugins/os/linux/local/mode/resources/discovery.pm index 2f639a526..8a6868990 100644 --- a/centreon-plugins/os/linux/local/mode/resources/discovery.pm +++ b/centreon-plugins/os/linux/local/mode/resources/discovery.pm @@ -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 },