Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there

git-svn-id: http://www.observium.org/svn/observer/trunk@1480 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-07-25 20:54:01 +00:00
parent 5bbad3c236
commit aaed110728
10 changed files with 112 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ if(!$os) {
if(strstr($sysDescr, "Pulsar M")) { $os = "mgeups"; }
else if(strstr($sysDescr, "Evolution S")) { $os = "mgeups"; }
else if(strstr($sysDescr, "Galaxy PW")) { $os = "mgeups"; }
else if (preg_match("/^Galaxy /", $sysDescr)) { $os = "mgeups"; }
}