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

6 lines
83 B
PHP
Raw Normal View History

2015-03-26 22:10:30 -07:00
<?php
2016-09-19 08:46:19 -05:00
if (starts_with($sysObjectId, '.1.3.6.1.4.1.3375.2.1')) {
$os = 'f5';
2015-03-26 22:10:30 -07:00
}