librenms/includes/discovery/os/avtech.inc.php
Tony Murray 0e9e9dd8b3 Add temp sensors for TemPageR 3E and 4E. Assume all sensors are temperature for now.
SNMP did not seem to supply descriptions on the 4E.
2016-02-17 16:27:36 -06:00

8 lines
96 B
PHP

<?php
if (!$os) {
if (strstr($sysObjectId, '.20916.1.')) {
$os = 'avtech';
}
}