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
Files
c72d8cca84db76c6e37c970df81f3d2de929688f
librenms-librenms
/
includes
/
discovery
/
os
/
pbn.inc.php
8 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Added PBN definition and pbn OS
2015-05-28 12:55:59 +02:00
<
?
php
if
(
!
$os
)
{
Fix coding style part 2
2015-07-13 20:10:26 +02:00
if
(
strstr
(
$sysObjectId
,
'.1.3.6.1.4.1.11606'
))
{
$os
=
'pbn'
;
}
Added PBN definition and pbn OS
2015-05-28 12:55:59 +02:00
}
Reference in New Issue
Copy Permalink