Tony Murray 76b4cba8df New MIBs for Netonix Switch.
Use the new enterprise ID 46242 for discovery.
Fixes #2187
2015-11-30 13:03:22 -06:00

7 lines
105 B
PHP

<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.46242')) {
$os = 'netonix';
}
}