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
/
okilan.inc.php
8 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there git-svn-id: http://www.observium.org/svn/observer/trunk@1480 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 20:54:01 +00:00
<
?
php
Apply "Squiz" code style on old (pre-2014) files
2015-07-10 13:36:21 +02:00
if
(
!
$os
)
{
if
(
strstr
(
$sysDescr
,
'OKI OkiLAN'
))
{
$os
=
'okilan'
;
}
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there git-svn-id: http://www.observium.org/svn/observer/trunk@1480 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 20:54:01 +00:00
}
Reference in New Issue
Copy Permalink