diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py index 4efcbcac952c7b65c7e30585e766e1a9faca2595..dab824b939eb34c7d1b0915c99c2113f85290ad2 100644 --- a/brian_dashboard_manager/config.py +++ b/brian_dashboard_manager/config.py @@ -48,7 +48,8 @@ DEFAULT_ORGANIZATIONS = [ "excluded_dashboards": [ "GÉANT Office devices", "GÉANT VM", - "Lab Devices" + "Lab Devices", + "EUMETSAT" ], "excluded_folders": { "Aggregates": ["CAE1"], @@ -69,7 +70,8 @@ DEFAULT_ORGANIZATIONS = [ "GÉANT VM", "Lab Devices", "IAS", - "IAS Peers" + "IAS Peers", + "EUMETSAT" ], "excluded_folders": { "Aggregates": ["CAE1", "GWS UPSTREAMS", "IAS PEERS"], @@ -95,6 +97,7 @@ DEFAULT_ORGANIZATIONS = [ "GÉANT Office devices", "GÉANT VM", "Lab Devices", + "EUMETSAT" ], "excluded_folders": { "EUMETSAT Multicast": True @@ -114,7 +117,8 @@ DEFAULT_ORGANIZATIONS = [ "GÉANT VM", "Lab Devices", "IAS", - "IAS Peers" + "IAS Peers", + "EUMETSAT" ], "excluded_folders": { "Aggregates": ["GWS UPSTREAMS", "IAS PEERS"], diff --git a/brian_dashboard_manager/dashboards/services_eumetsat.json b/brian_dashboard_manager/dashboards/services_eumetsat.json new file mode 100755 index 0000000000000000000000000000000000000000..6cc2b5afcd725ff7a51f77a5fe30b677c4d391f1 --- /dev/null +++ b/brian_dashboard_manager/dashboards/services_eumetsat.json @@ -0,0 +1,120 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "id": 454, + "links": [ + ], + "panels": [ + { + "datasource": null, + "fieldConfig": { + "defaults": { + "custom": {} + }, + "overrides": [] + }, + "folderId": null, + "gridPos": { + "h": 25, + "w": 24, + "x": 0, + "y": 0 + }, + "headings": false, + "id": 2, + "limit": 100, + "pluginVersion": "7.1.4", + "query": "", + "recent": false, + "search": true, + "starred": false, + "tags": [ + "EUMET_MULTICAST" + ], + "targets": [ + { + "groupBy": [ + { + "params": [ + "$__interval" + ], + "type": "time" + }, + { + "params": [ + "null" + ], + "type": "fill" + } + ], + "orderByTime": "ASC", + "policy": "default", + "refId": "A", + "resultFormat": "time_series", + "select": [ + [ + { + "params": [ + "value" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" + } + ] + ], + "tags": [] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "EUMETSAT Multicast", + "type": "dashlist" + } + ], + "schemaVersion": 26, + "style": "dark", + "tags": [ + "services" + ], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ] + }, + "timezone": "", + "title": "EUMETSAT", + "version": 1 +} diff --git a/brian_dashboard_manager/templating/templates/homedashboard.json.j2 b/brian_dashboard_manager/templating/templates/homedashboard.json.j2 index a40c8e73fb9ec1bf33e91f744a790ae7277c255b..c23ae3a192e84721cc06ddeeb26000f00b4329b6 100644 --- a/brian_dashboard_manager/templating/templates/homedashboard.json.j2 +++ b/brian_dashboard_manager/templating/templates/homedashboard.json.j2 @@ -59,19 +59,6 @@ "title": "Peers", "type": "dashboards" } - {% if staff %} - , - { - "asDropdown": true, - "icon": "external link", - "tags": [ - "EUMET_MULTICAST" - ], - "targetBlank": true, - "title": "EUMETSAT", - "type": "dashboards" - } - {% endif %} ], "panels": [ {% if staff %}