This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
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
librenms-librenms
/
includes
/
discovery
/
os
/
mellanox.inc.php
8 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Added basic detection for Mellanox devices
2015-06-27 22:52:01 +01:00
<
?
php
if
(
!
$os
)
{
broader mellanox detection
2015-07-13 23:04:10 +01:00
if
(
strstr
(
$sysObjectId
,
"
.33049.1.1.1.
"
))
{
Added basic detection for Mellanox devices
2015-06-27 22:52:01 +01:00
$os
=
"
mellanox
"
;
}
}
Reference in New Issue
Copy Permalink