fix openbsd. add some mibs. move around load balancer stuff.

git-svn-id: http://www.observium.org/svn/observer/trunk@2848 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-01-24 16:21:17 +00:00
parent 91f55d6100
commit 52d5001a90
5 changed files with 1497 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
if (!$os)
{
if (preg_match("/^OpenBSD/", $sysDescr)) { $os = "openbsd"; }
if (preg_match("/OpenBSD/", $sysDescr)) { $os = "openbsd"; }
}
?>
?>