openindiana support

git-svn-id: http://www.observium.org/svn/observer/trunk@1705 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-09-16 13:11:51 +00:00
parent 8a0eb8caef
commit 5a7b1ad11b
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -63,6 +63,10 @@ $os = "opensolaris";
$config['os'][$os]['group'] = "unix";
$config['os'][$os]['text'] = "Sun OpenSolaris";
$os = "openindiana";
$config['os'][$os]['group'] = "unix";
$config['os'][$os]['text'] = "OpenIndiana";
$os = "ios";
$config['os'][$os]['group'] = "ios";
$config['os'][$os]['text'] = "Cisco IOS";