Files
librenms-librenms/includes/discovery/os/edgeswitch.inc.php

6 lines
171 B
PHP
Raw Normal View History

<?php
if (starts_with($sysObjectId, '.1.3.6.1.4.1.4413') && !str_contains($sysDescr, array('vxworks', 'Quanta', 'FASTPATH Switching'), true)) {
$os = 'edgeswitch';
}