Add 'san-os' to CiscoStats os() method for Cisco devices running SAN-OS

This commit is contained in:
Jeroen van Ingen
2012-12-21 16:49:02 +01:00
parent ddf971ed54
commit c8c548fe97

View File

@@ -109,6 +109,7 @@ sub os {
return 'css-sca' if ( $descr =~ /Cisco Systems Inc CSS-SCA-/ );
return 'pix' if ( $descr =~ /Cisco PIX Security Appliance/ );
return 'asa' if ( $descr =~ /Cisco Adaptive Security Appliance/ );
return 'san-os' if ( $descr =~ /Cisco SAN-OS/ );
if ( $descr =~ /Application Control Engine Service Module/ ) {
# Only the admin context implements the entity MIB
@@ -452,6 +453,10 @@ Cisco Content Switch
Cisco Content Switch Secure Content Acceleration
=item san-os
Cisco SAN-OS
=back
=item $ciscostats->os_ver()