librenms/includes/discovery/os/sentry3.inc.php
Tom Laermans 9c24234c5d fix sentry3 os files
git-svn-id: http://www.observium.org/svn/observer/trunk@1940 61d68cd4-352d-0410-923a-c4978735b2b8
2011-03-20 21:19:49 +00:00

8 lines
98 B
PHP

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