mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
basic 3com detection with image
git-svn-id: http://www.observium.org/svn/observer/trunk@1205 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -128,6 +128,7 @@ while ($device = mysql_fetch_array($device_query))
|
|||||||
case "ios":
|
case "ios":
|
||||||
case "iosxe":
|
case "iosxe":
|
||||||
case "catos":
|
case "catos":
|
||||||
|
case "3com":
|
||||||
$device['type'] = 'network';
|
$device['type'] = 'network';
|
||||||
break;
|
break;
|
||||||
case "asa":
|
case "asa":
|
||||||
|
|||||||
BIN
html/images/os/3com.png
Normal file
BIN
html/images/os/3com.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
9
includes/osdiscovery/discover-3com.php
Normal file
9
includes/osdiscovery/discover-3com.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
if(!$os) {
|
||||||
|
|
||||||
|
if(strstr($sysDescr, "3Com Switch ")) { $os = "3com"; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user