Index: includes/polling/os/asyncos.inc.php =================================================================== --- includes/polling/os/asyncos.inc.php (revision 7914) +++ includes/polling/os/asyncos.inc.php (working copy) @@ -13,8 +13,9 @@ // Cisco IronPort Email Security Appliances, eg: // Cisco IronPort Model C160, AsyncOS Version: 7.6.2-014, Build Date: 2012-11-02, Serial #: 99999AAA9AA9-99AAAA9 +// Cisco Model S380, AsyncOS Version: 8.8.0-085, Build Date: 2015-07-02, Serial #: 99999AAA9AA9-99AAAA9 -if (preg_match('/^Cisco IronPort Model (\w+),.*AsyncOS Version: ([\d\.-]+),.*Serial #: ([\w-]+)/', $poll_device['sysDescr'], $regexp_result)) +if (preg_match('/^Cisco * Model (\w+),.*AsyncOS Version: ([\d\.-]+),.*Serial #: ([\w-]+)/', $poll_device['sysDescr'], $regexp_result)) { $hardware = $regexp_result[1]; $version = $regexp_result[2]; Index: includes/definitions/os.inc.php =================================================================== --- includes/definitions/os.inc.php (revision 7914) +++ includes/definitions/os.inc.php (working copy) @@ -1070,6 +1070,7 @@ $config['os'][$os]['graphs'][] = "device_processor"; $config['os'][$os]['icon'] = "cisco"; $config['os'][$os]['sysDescr'][] = "/IronPort.* AsyncOS/"; +$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.15497.1.2"; $config['os'][$os]['mibs'][] = "ASYNCOS-MAIL-MIB"; // Cisco Small Business (Linksys)