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
db2bd62502c9506cd1f082ad5f68e23c0bcae451
librenms-librenms
/
includes
/
discovery
/
os
/
xirrus.inc.php
6 lines
92 B
PHP
Raw
Normal View
History
Unescape
Escape
Basic support for Xirrus Wireless Access Points. I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-05-23 21:27:43 +01:00
<
?
php
passing all tests
2016-09-22 03:58:29 +03:00
if
(
str_contains
(
$sysDescr
,
array
(
'Xirrus'
,
'ArrayOS'
)))
{
$os
=
'xirrus_aos'
;
Basic support for Xirrus Wireless Access Points. I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-05-23 21:27:43 +01:00
}
Reference in New Issue
Copy Permalink