librenms/includes/discovery/os/raritan.inc.php
2015-07-15 11:04:22 +02:00

20 lines
260 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, 'Raritan')) {
$os = 'raritan';
}
}
if (!$os) {
if (strstr($sysDescr, 'PX2')) {
$os = 'raritan';
}
}
if (!$os) {
if (strstr($sysDescr, 'Raritan')) {
$os = 'raritan';
}
}