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
/
netscaler.inc.php
8 lines
109 B
PHP
Raw
Normal View
History
Unescape
Escape
netscaler initial git-svn-id: http://www.observium.org/svn/observer/trunk@2161 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-25 20:06:36 +00:00
<
?
php
Fix coding style part 2
2015-07-13 20:10:26 +02:00
if
(
!
$os
)
{
if
(
strstr
(
$sysObjectId
,
'.1.3.6.1.4.1.5951.1'
))
{
$os
=
'netscaler'
;
}
netscaler initial git-svn-id: http://www.observium.org/svn/observer/trunk@2161 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-25 20:06:36 +00:00
}
Reference in New Issue
Copy Permalink