Files
librenms/includes/discovery/os/fabos.inc.php
T
2012-01-25 06:32:27 +00:00

10 lines
177 B
PHP
Executable File

<?php
if (!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.1588.2.1.1.1")) { $os = "fabos"; }
if (strstr($sysObjectId, ".1.3.6.1.4.1.1588.2.1.1.1")) { $os = "fabos"; }
}
?>