This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
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
php53
librenms-librenms
/
includes
/
polling
/
processors
/
nos.inc.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
4 lines
88 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Added discovery and polling support for brocade VDX devices. Removed an obsolete value and check for ifAlias (in definitions and ports) since VDX nowdays report correct from ifAlias. Removed printing of interface numbers for vdx devices in the interface list since VDX devices do not report the expected ifIndex value like other switches do
2015-12-04 15:35:02 +01:00
<?
php
Update code in includes to be PSR-2 compliant (
#4220
)
2016-08-28 12:32:58 -05:00
$proc
=
trim
(
snmp_get
(
$device
,
"1.3.6.1.4.1.1588.2.1.1.1.26.1.0"
,
"-Ovq"
),
'"'
);
Reference in New Issue
Copy Permalink