mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
discover motorola netopia routers
git-svn-id: http://www.observium.org/svn/observer/trunk@1365 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
|
||||
if (preg_match("/^Netopia /", $sysDescr)) { $os = "netopia"; }
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -105,6 +105,9 @@ $config['os']['powervault']['text'] = "Dell PowerVault";
|
||||
|
||||
$config['os']['drac']['text'] = "Dell DRAC";
|
||||
|
||||
$config['os']['netopia']['text'] = "Motorola Netopia";
|
||||
$config['os']['netopia']['type'] = "network";
|
||||
|
||||
$config['os']['axiscam']['text'] = "AXIS Network Camera";
|
||||
|
||||
$config['os']['gamatronicups']['text'] = "Gamatronic UPS Stack";
|
||||
|
||||
Reference in New Issue
Block a user