mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update XDP string to exclude modern Cisco lightweight APs from discovery (#14803)
This commit is contained in:
@@ -129,7 +129,7 @@ $config['autodiscovery']['cdp_exclude']['platform_regexp'][] = '/WS-C3750G/';
|
||||
These devices are excluded by default:
|
||||
|
||||
```php
|
||||
$config['autodiscovery']['xdp_exclude']['sysdesc_regexp'][] = '/-K9W8-/'; // Cisco Lightweight Access Point
|
||||
$config['autodiscovery']['xdp_exclude']['sysdesc_regexp'][] = '/-K9W8/'; // Cisco Lightweight Access Point
|
||||
$config['autodiscovery']['cdp_exclude']['platform_regexp'][] = '/^Cisco IP Phone/'; //Cisco IP Phone
|
||||
```
|
||||
|
||||
|
@@ -727,7 +727,7 @@
|
||||
"autodiscovery.xdp_exclude.sysdesc_regexp": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
"/-K9W8-/"
|
||||
"/-K9W8/"
|
||||
]
|
||||
},
|
||||
"bad_entity_sensor_regex": {
|
||||
|
Reference in New Issue
Block a user