Skip to content
Snippets Groups Projects
Commit 30aac01a authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Also add LAG services to the services dropdown

parent e38f61f7
No related branches found
No related tags found
No related merge requests found
......@@ -129,16 +129,15 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
'scid': scid
})
else:
if 'MDVPN' in service['service_type']:
# MDVPN type services don't have data in BRIAN
continue
title = f'{name} ({sid})'
dashboard['SERVICES'].append({
'measurement': measurement,
'title': title,
'scid': scid
})
if 'MDVPN' in service['service_type']:
# MDVPN type services don't have data in BRIAN
continue
title = f'{name} ({sid})'
dashboard['SERVICES'].append({
'measurement': measurement,
'title': title,
'scid': scid
})
for interface in interfaces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment