mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Merge pull request #1776 from f0o/issue-1771
Exclude Cisco's from Zyxel IES Discovery
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysDescr, 'IES-')) {
|
||||
if (strstr($sysDescr, 'IES-') && !strstr($sysDescr, 'Cisco Systems')) {
|
||||
$os = 'ies';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user