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
/
swos.inc.php
8 lines
105 B
PHP
Raw
Normal View
History
Unescape
Escape
Added detection for SwOS
2016-06-15 13:21:09 +00:00
<
?
php
if
(
!
$os
)
{
Changed swos detection + more dsm support
2016-08-12 21:03:22 +01:00
if
(
strstr
(
$sysObjectId
,
'.1.3.6.1.4.1.14988.2'
))
{
Added detection for SwOS
2016-06-15 13:21:09 +00:00
$os
=
'swos'
;
}
}
Reference in New Issue
Copy Permalink