librenms/includes/osdiscovery/discover-speedtouch.php
Adam Amstrong 23633d1579 add Thompson speedtouch
git-svn-id: http://www.observium.org/svn/observer/trunk@543 61d68cd4-352d-0410-923a-c4978735b2b8
2009-12-04 15:28:52 +00:00

10 lines
95 B
PHP
Executable File

<?php
if(!$os) {
if(strpos($sysDescr, "TG585v7") !== FALSE) { $os = "speedtouch"; }
}
?>