diff --git a/includes/polling/temperatures/dnos.inc.php b/includes/polling/temperatures/dnos.inc.php deleted file mode 100644 index 9ec0b6bbd..000000000 --- a/includes/polling/temperatures/dnos.inc.php +++ /dev/null @@ -1,20 +0,0 @@ - $t) { - $t = explode(' ',$t); - $oid = $t[0]; - $val = $t[1]; - - - if (substr($oid, -1) == '1') { - $counter = $counter + 1; - discover_sensor($valid['sensor'], 'temperature', $device, $oid, $counter, 'dnos', - 'Unit '.$counter.' CPU temperature', '1', '1', null, null, null, null, $val); - } - } -}