Files
librenms-librenms/includes/discovery/os/sentry3.inc.php
2011-03-16 22:56:58 +00:00

17 lines
198 B
PHP

<?php
if (!$os)
{
if (preg_match("/^Sentry\ Switched /", $sysDescr)) { $os = "sentry3"; }
}
?>
<?php
if (!$os)
{
if (preg_match("/^Sentry\ Switched /", $sysDescr)) { $os = "sentry3"; }
}
?>