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
/
netonix.inc.php
7 lines
105 B
PHP
Raw
Normal View
History
Unescape
Escape
Added basic detection of Netonix
2015-07-18 21:10:24 +01:00
<
?
php
New MIBs for Netonix Switch. Use the new enterprise ID 46242 for discovery. Fixes #2187
2015-11-30 12:57:47 -06:00
if
(
!
$os
)
{
if
(
strstr
(
$sysObjectId
,
'.1.3.6.1.4.1.46242'
))
{
$os
=
'netonix'
;
}
Actually added detection for netonix!
2015-07-19 12:00:21 +01:00
}
Reference in New Issue
Copy Permalink