librenms-librenms/includes/osdiscovery/discover-openbsd.php
Adam Amstrong 748316484e Add and update new os discovery functions
git-svn-id: http://www.observium.org/svn/observer/trunk@135 61d68cd4-352d-0410-923a-c4978735b2b8
2008-03-12 11:15:58 +00:00

8 lines
84 B
PHP
Executable File

<?
if(!$os) {
if(preg_match("/^OpenBSD/", $sysDescr)) { $os = "OpenBSD"; }
}
?>