re-enable dell temps

git-svn-id: http://www.observium.org/svn/observer/trunk@2311 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2011-05-13 14:44:24 +00:00
parent f1285f2e31
commit 062108848b

View File

@ -1,6 +1,6 @@
<?php
if (strstr($device['hardware'], "dell"))
if (strstr($device['hardware'], "Dell"))
{
$oids = snmp_walk($device, "coolingDeviceDiscreteReading", "-Osqn", "MIB-Dell-10892");
$oids = trim($oids);