better sensorprobe detection

git-svn-id: http://www.observium.org/svn/observer/trunk@1256 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-23 19:47:47 +00:00
parent a4b9c5dbcb
commit 9f8a151380

View File

@ -3,8 +3,7 @@
if (!$os) {
if (preg_match("/8VD-X20/", $sysDescr)) { $os = "minkelsrms"; }
if (preg_match("/SensorProbe/", $sysDescr)) { $os = "akcp"; }
if (preg_match("/sensorProbe2/", $sysDescr)) { $os = "akcp"; }
if (preg_match("/SensorProbe/i", $sysDescr)) { $os = "akcp"; }
}