more netbotz from mrobbert

git-svn-id: http://www.observium.org/svn/observer/trunk@2438 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-08 16:45:06 +00:00
parent 37f5ba97ce
commit 1ea2dc9ceb

View File

@ -566,6 +566,14 @@ $config['os'][$os]['type'] = "power";
$config['os'][$os]['over'][0]['graph'] = "device_current";
$config['os'][$os]['over'][0]['text'] = "Current";
$os = "netbotz";
$config['os'][$os]['text'] = "Netbotz Environment sensor";
$config['os'][$os]['type'] = "environment";
$config['os'][$os]['over'][0]['graph'] = "device_temperature";
$config['os'][$os]['over'][0]['text'] = "Temperature";
$config['os'][$os]['over'][1]['graph'] = "device_humidity";
$config['os'][$os]['over'][1]['text'] = "Humidity";
$os = "netvision";
$config['os'][$os]['text'] = "Socomec Net Vision";
$config['os'][$os]['type'] = "power";