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
9c837bee87a1d00a48ea821d22238c00a0f90ac3
librenms-librenms/includes/polling/os/3com.inc.php

5 lines
171 B
PHP
Raw Normal View History

Add version detection for 3Com Baseline switches (and possibly others)
2015-03-09 13:02:46 -07:00
<?php
Fix coding style part 2
2015-07-13 20:10:26 +02:00
// Version is the last word in the sysDescr's first line
refactor: Updated discovery/poller to use numeric sysObjectID (#7922) * refactor: Updated discovery to use a core module for sysDescr/sysObjectID use * final update hopefully * revert changes * more changes + docs * migrated poller to use numerical sysObjectID * more updates for sysObjectID * update any alert rules which might have enterprises. in * moved schema file * small updates * updated getHostOS() * scrut fixes * updated sysObjectId -> sysObjectID * updated sysObjectId -> sysObjectID * updated remainder of sysObjectId -> sysObjectID * another sysObjectId -> sysObjectID * fixed secureplatform test data * Fix tests: $device is not pulled from the database before polling Also, update the db in the core discovery module.
2018-01-07 05:00:47 +00:00
list($version) = explode("\r", substr($device['sysDescr'], (strpos($device['sysDescr'], 'Release') + 8)));
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1108ms 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