Files

10 lines
228 B
PHP
Raw Permalink Normal View History

2016-07-07 18:19:55 +10:00
<?php
if ($device['sysObjectID'] == '.1.3.6.1.4.1.9.1.2139') {
2016-07-07 18:19:55 +10:00
$hardware = 'SNS-3945';
} elseif ($device['sysObjectID'] == '.1.3.6.1.4.1.9.1.1426') {
2016-07-07 18:19:55 +10:00
$hardware = 'Virtual Machine';
} else {
$hardware = 'Unknown';
}