mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
add OS detection and temperature support for Comet System P85xx, os detection for blade network technologies hardware
git-svn-id: http://www.observium.org/svn/observer/trunk@1943 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -88,12 +88,6 @@ $config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['ifXmcbc'] = 1;
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
#$config['os'][$os]['over'][1]['graph'] = "device_processors";
|
||||
#$config['os'][$os]['over'][1]['text'] = "CPU Usage";
|
||||
#$config['os'][$os]['over'][2]['graph'] = "device_mempools";
|
||||
#$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||
#$config['os'][$os]['icon'] = "cisco";
|
||||
|
||||
|
||||
$os = "ios";
|
||||
$config['os'][$os]['group'] = "ios";
|
||||
@@ -248,7 +242,6 @@ $config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
#$config['os'][$os]['over'][2]['graph'] = "device_mempools";
|
||||
#$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||
|
||||
|
||||
$os = "routeros";
|
||||
$config['os'][$os]['text'] = "Mikrotik RouterOS";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
@@ -332,7 +325,6 @@ $config['os'][$os]['over'][1]['text'] = "CPU Usage";
|
||||
$config['os'][$os]['over'][2]['graph'] = "device_mempools";
|
||||
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||
|
||||
|
||||
$os = "powerconnect";
|
||||
$config['os'][$os]['text'] = "Dell PowerConnect";
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
@@ -425,6 +417,11 @@ $os = "windows";
|
||||
$config['os'][$os]['text'] = "Microsoft Windows";
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
|
||||
$os = "bnt";
|
||||
$config['os'][$os]['text'] = "Blade Network Technologies";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "bnt";
|
||||
|
||||
$os = "procurve";
|
||||
$config['os'][$os]['text'] = "HP ProCurve";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
@@ -466,6 +463,11 @@ $config['os'][$os]['text'] = "ZyXEL Ethernet Switch";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "zyxel";
|
||||
|
||||
$os = "zyxelnwa";
|
||||
$config['os'][$os]['text'] = "ZyXEL NWA";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "zyxel";
|
||||
|
||||
$os = "ies";
|
||||
$config['os'][$os]['text'] = "ZyXEL DSLAM";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
@@ -547,6 +549,13 @@ $config['os'][$os]['type'] = "environment";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_temperatures";
|
||||
$config['os'][$os]['over'][0]['text'] = "Temperatures";
|
||||
|
||||
$os = "cometsystem-p85xx";
|
||||
$config['os'][$os]['text'] = "Comet System P85xx";
|
||||
$config['os'][$os]['type'] = "environment";
|
||||
$config['os'][$os]['icon'] = "comet";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_temperatures";
|
||||
$config['os'][$os]['over'][0]['text'] = "Temperatures";
|
||||
|
||||
$os = "dell-laser";
|
||||
$config['os'][$os]['group'] = "printer";
|
||||
$config['os'][$os]['text'] = "Dell Laser";
|
||||
@@ -862,4 +871,4 @@ $ipmi_unit['RPM'] = 'fanspeed';
|
||||
$ipmi_unit['Watts'] = '';
|
||||
$ipmi_unit['discrete'] = '';
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user