Update XDP string to exclude modern Cisco lightweight APs from discovery (#14803)

This commit is contained in:
Tristan Rhodes
2023-01-31 14:57:20 -07:00
committed by GitHub
parent 653da5a3f0
commit d3da5d3ae6
2 changed files with 2 additions and 2 deletions

View File

@@ -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
```

View File

@@ -727,7 +727,7 @@
"autodiscovery.xdp_exclude.sysdesc_regexp": {
"type": "array",
"default": [
"/-K9W8-/"
"/-K9W8/"
]
},
"bad_entity_sensor_regex": {