mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add device OS detection support for Accedian MetroNODE AEN-1000-* Gig… (#5019)
This commit is contained in:
committed by
Neil Lathwood
parent
7bb329661f
commit
3390be5107
@@ -11,6 +11,6 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
if (str_contains($sysDescr, 'AMN-')) {
|
||||
if (str_contains($sysDescr, array('AMN-','AEN-','AMO-'))) {
|
||||
$os = 'aen';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user