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
+9
View File
@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysDescr, "OKI OkiLAN")) { $os = "okilan"; }
}
?>