mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@ -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";
|
||||
|
Reference in New Issue
Block a user