Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
0d6810c85a4d1d8f97f6f401086a07417dbb8e17
librenms-librenms/includes/osdiscovery/3com.inc.php

11 lines
150 B
PHP
Raw Normal View History

basic 3com detection with image git-svn-id: http://www.observium.org/svn/observer/trunk@1205 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-18 15:21:40 +00:00
<?php
if(!$os) {
if(strstr($sysDescr, "3Com Switch ")) { $os = "3com"; }
also detect 3com superstack type git-svn-id: http://www.observium.org/svn/observer/trunk@1317 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-09 08:53:05 +00:00
else if(strstr($sysDescr, "3Com SuperStack")) { $os = "3com"; }
basic 3com detection with image git-svn-id: http://www.observium.org/svn/observer/trunk@1205 61d68cd4-352d-0410-923a-c4978735b2b8
2010-06-18 15:21:40 +00:00
}
?>
Reference in New Issue Copy Permalink
Powered by Gitea Page: 877ms Template: 1ms
edge-auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API