add discovery for os type for areca controllers (no specific monitoring atm)

git-svn-id: http://www.observium.org/svn/observer/trunk@1114 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-09 17:51:28 +00:00
parent 3b6e5c5361
commit 8fb2b4809e
2 changed files with 9 additions and 0 deletions

BIN
html/images/os/areca.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,9 @@
<?php
if(!$os) {
if(strstr($sysDescr, "Raid Subsystem V")) { $os = "areca"; }
}
?>