8 lines
153 B
PHP
Raw Normal View History

<?php
if (!$os) {
if (strstr(snmp_get($device, 'ENTITY-MIB::entPhysicalDescr.1', '-Oqvn'), 'Avaya IP Office')) {
$os = "avaya-ipo";
}
}