Files
librenms-librenms/includes/discovery/os/netscaler.inc.php
T
2011-04-25 20:06:36 +00:00

9 lines
99 B
PHP
Executable File

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