mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add nxos discovery
git-svn-id: http://www.observium.org/svn/observer/trunk@1352 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -142,7 +142,7 @@ $config['syslog_age'] = "1 month"; ## Time to keep syslog for in
|
|||||||
$config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
$config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
||||||
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "container",
|
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm", "container",
|
||||||
"async", "plip", "-physical", "-signalling", "control", "container", "unrouted",
|
"async", "plip", "-physical", "-signalling", "control", "container", "unrouted",
|
||||||
"bri", "-bearer", "ng", "bluetooth", "isatap", "ras", "qos", "miniport", "sonet/sdh",
|
"bri", "-bearer", "bluetooth", "isatap", "ras", "qos", "miniport", "sonet/sdh",
|
||||||
"span rp", "span sp", "sslvpn");
|
"span rp", "span sp", "sslvpn");
|
||||||
|
|
||||||
$config['bad_if_regexp'] = array("/serial[0-9]:/");
|
$config['bad_if_regexp'] = array("/serial[0-9]:/");
|
||||||
|
BIN
html/images/os/extremeware.png
Normal file
BIN
html/images/os/extremeware.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 977 B |
9
includes/osdiscovery/discover-nxos.php
Executable file
9
includes/osdiscovery/discover-nxos.php
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if(!$os) {
|
||||||
|
|
||||||
|
if(strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
@@ -93,6 +93,10 @@ $config['os']['generic']['text'] = "Generic Device";
|
|||||||
$config['os']['ironware']['text'] = "Brocade IronWare";
|
$config['os']['ironware']['text'] = "Brocade IronWare";
|
||||||
$config['os']['ironware']['type'] = "network";
|
$config['os']['ironware']['type'] = "network";
|
||||||
|
|
||||||
|
$config['os']['extremeware']['text'] = "Extremeware";
|
||||||
|
$config['os']['extremeware']['type'] = "network";
|
||||||
|
$config['os']['extremeware']['ifname'] = 1;
|
||||||
|
|
||||||
$config['os']['powerconnect']['text'] = "Dell PowerConnect";
|
$config['os']['powerconnect']['text'] = "Dell PowerConnect";
|
||||||
$config['os']['powerconnect']['ifname'] = 1;
|
$config['os']['powerconnect']['ifname'] = 1;
|
||||||
$config['os']['powerconnect']['type'] = "network";
|
$config['os']['powerconnect']['type'] = "network";
|
||||||
|
21956
mibs/extreme-v762b3.mib
Normal file
21956
mibs/extreme-v762b3.mib
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user