librenms/includes/osdiscovery/discover-papouch-tme.php
2010-01-14 16:23:26 +00:00

10 lines
87 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "SNMP TME")) { $os = "papouch-tme"; }
}
?>