diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py index 7ff32ebafad39fb1b02d9a07295b797db6d68080..9ad778941874ca6835b03bf400bfed80306334e6 100644 --- a/inventory_provider/routes/poller.py +++ b/inventory_provider/routes/poller.py @@ -492,6 +492,9 @@ def _get_dashboards(interface, region=None): is_phy_upstream = re.match(r'PHY UPSTREAM\s', description) + if description.startswith('PHY SPARE'): + return [] + if 'SRV_L3VPN' in description and 'COPERNICUS' in description: yield BRIAN_DASHBOARDS.COPERNICUS if re.match(r'SRV_CLS\s', description):