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
af9f4fb8df2b51adea48e94a4873f2b3e64a010a
librenms-librenms
/
includes
/
discovery
/
os
/
ons.inc.php
7 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
initial support for cisco ons
2016-09-15 00:25:25 +03:00
<
?
php
if
(
!
$os
)
{
if
(
str_contains
(
$sysDescr
,
'Cisco ONS'
))
{
renamed from ciscoons to ons
2016-09-15 12:28:24 +03:00
$os
=
'ons'
;
initial support for cisco ons
2016-09-15 00:25:25 +03:00
}
oh travis...
2016-09-15 00:44:19 +03:00
}
Reference in New Issue
Copy Permalink