Add support for Ingrasys iPoMan 1201 + minor fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@1726 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-11-19 22:46:24 +00:00
parent 349cd58779
commit f5c7d989f6
16 changed files with 4813 additions and 6 deletions
+6
View File
@@ -499,6 +499,12 @@ $config['os'][$os]['type'] = "environment";
$config['os'][$os]['over'][0]['graph'] = "device_temperatures";
$config['os'][$os]['over'][0]['text'] = "Temperatures";
$os = "ipoman";
$config['os'][$os]['text'] = "Ingrasys iPoMan";
$config['os'][$os]['type'] = "power";
$config['os'][$os]['over'][0]['graph'] = "device_current";
$config['os'][$os]['over'][0]['text'] = "Current";
$os = "wxgoos";
$config['os'][$os]['text'] = "ITWatchDogs Goose";
$config['os'][$os]['type'] = "environment";