Skip to content
Snippets Groups Projects
Commit ca2bf95e authored by Erik Reid's avatar Erik Reid
Browse files

added eumetsat multicast folder to reserved names

parent 3b5e872b
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,13 @@ def _delete_unknown_folders(config, token):
folders_to_keep = [
# General is a base folder present in Grafana
'General', 'GWS Indirect', 'GWS Direct', 'Aggregates']
'General',
# other folders, created outside of the DASHBOARDS list
'GWS Indirect',
'GWS Direct',
'Aggregates',
'EUMETSAT Multicast'
]
folders_to_keep.extend([dash['folder_name']
for dash in DASHBOARDS.values()])
ignored_folders = config.get('ignored_folders', [])
......
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