mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 16:01:56 +02:00
add support for ciscolinksys switches
git-svn-id: http://www.observium.org/svn/observer/trunk@2892 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if (!$os)
|
||||||
|
{
|
||||||
|
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.83")) { $os = "ciscolinksys"; }
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
@@ -273,6 +273,17 @@ $config['os'][$os]['over'][1]['text'] = "CPU Usage";
|
|||||||
$config['os'][$os]['over'][2]['graph'] = "device_mempool";
|
$config['os'][$os]['over'][2]['graph'] = "device_mempool";
|
||||||
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||||
|
|
||||||
|
## CiscoLinksys
|
||||||
|
|
||||||
|
$os = "ciscolinksys";
|
||||||
|
$config['os'][$os]['group'] = "cisco";
|
||||||
|
$config['os'][$os]['text'] = "CiscoLinksys";
|
||||||
|
$config['os'][$os]['ifname'] = 1;
|
||||||
|
$config['os'][$os]['type'] = "network";
|
||||||
|
$config['os'][$os]['icon'] = "linksys";
|
||||||
|
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||||
|
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||||
|
|
||||||
## Huawei
|
## Huawei
|
||||||
|
|
||||||
$os = "vrp";
|
$os = "vrp";
|
||||||
|
|||||||
Reference in New Issue
Block a user