mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Initial AVTECH Software, Inc. support.
This commit is contained in:
@@ -999,6 +999,13 @@ $config['os'][$os]['type'] = 'power';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_current';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Current';
|
||||
|
||||
$os = 'avtech';
|
||||
$config['os'][$os]['text'] = 'Avtech Environment Sensor';
|
||||
$config['os'][$os]['type'] = 'environment';
|
||||
$config['os'][$os]['icon'] = 'avtech';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_temperature';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Temperature';
|
||||
|
||||
$os = 'netbotz';
|
||||
$config['os'][$os]['text'] = 'Netbotz Environment sensor';
|
||||
$config['os'][$os]['type'] = 'environment';
|
||||
|
Reference in New Issue
Block a user