Files
librenms-librenms/includes/osdiscovery/discover-3com.php
Tom Laermans 4e79cff994 basic 3com detection with image
git-svn-id: http://www.observium.org/svn/observer/trunk@1205 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-18 15:21:40 +00:00

10 lines
84 B
PHP

<?php
if(!$os) {
if(strstr($sysDescr, "3Com Switch ")) { $os = "3com"; }
}
?>