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
53b5f4e1c8c3c4fe643c8f56a2bd7f78d3d5fd9b
librenms-librenms
/
includes
/
discovery
/
os
/
nxos.inc.php
8 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
git-svn-id: http://www.observium.org/svn/observer/trunk@1443 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-20 14:03:54 +00:00
<
?
php
Fix coding style part 2
2015-07-13 20:10:26 +02:00
if
(
!
$os
)
{
fixed a couple of issues
2015-07-15 20:20:53 +01:00
if
(
strstr
(
$sysDescr
,
'NX-OS(tm)'
))
{
Fix coding style part 2
2015-07-13 20:10:26 +02:00
$os
=
'nxos'
;
}
git-svn-id: http://www.observium.org/svn/observer/trunk@1443 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-20 14:03:54 +00:00
}
Reference in New Issue
Copy Permalink