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
f1b50737bbfed138063b5e8f9e9a31d88fc14a8b
librenms-librenms
/
includes
/
polling
/
processors
/
nos.inc.php
T
4 lines
88 B
PHP
Raw
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