Add and update new os discovery functions

git-svn-id: http://www.observium.org/svn/observer/trunk@135 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-03-12 11:15:58 +00:00
parent f760bab01a
commit 748316484e
9 changed files with 92 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if(!$os) {
if(preg_match("/^Linux/", $sysDescr)) { $os = "Linux"; }
}
?>