Skip to content
Snippets Groups Projects

just remove phy spare interfaces from showing up in any dashboards period

Merged Sam Roberts requested to merge feature/pol1-855-more-changes into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -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):
Loading