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
/
equallogic.inc.php
6 lines
93 B
PHP
Raw
Normal View
History
Unescape
Escape
Added basic detection for EqualLogic units
2015-06-15 16:08:35 +01:00
<
?
php
refactor: OS Discovery files D-H (#4572) * refactor: OS Discovery files D-H * Combine edgeswitch check * fix my typo * update to fix tests
2016-09-27 22:31:16 +01:00
if
(
starts_with
(
$sysObjectId
,
'.1.3.6.1.4.1.12740.17.1'
))
{
$os
=
'equallogic'
;
Added basic detection for EqualLogic units
2015-06-15 16:08:35 +01:00
}
Reference in New Issue
Copy Permalink