Commit 7d6b7a2 1 parent 845b7fb commit 7d6b7a2 Copy full SHA for 7d6b7a2
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -122,15 +122,10 @@ case "$CLIENT" in
122
122
wget -t 3 -T 10 -qcO - " ${__url} " | jq ' walk(if . == "${DS_PROMETHEUS}" then "Prometheus" else . end)' > " ${__file} "
123
123
;;&
124
124
* ssv.yml* )
125
- # SSV Operator Dashboard
126
- __url=' https://raw.githubusercontent.com/ssvlabs/ssv/main/monitoring/grafana/dashboard_ssv_operator_performance.json'
127
- __file=' /etc/grafana/provisioning/dashboards/ssv_operator_dashboard.json'
128
- wget -t 3 -T 10 -qcO - " ${__url} " | jq ' .title = "SSV Operator Performance Dashboard"' \
129
- | jq ' walk(if . == "${DS_PROMETHEUS}" then "Prometheus" else . end)' > " ${__file} "
130
- __url=' https://raw.githubusercontent.com/ssvlabs/ssv/main/monitoring/grafana/dashboard_ssv_node.json'
131
- __file=' /etc/grafana/provisioning/dashboards/ssv_node_dashboard.json'
132
- wget -t 3 -T 10 -qcO - " ${__url} " | jq ' .title = "SSV Node Dashboard"' \
133
- | jq ' walk(if . == "${DS_PROMETHEUS}" then "Prometheus" else . end)' > " ${__file} "
125
+ # SSV Operational Dashboard
126
+ __url=' https://docs.ssv.network/files/SSV-Operational-dashboard.json'
127
+ __file=' /etc/grafana/provisioning/dashboards/ssv_operational_dashboard.json'
128
+ wget -t 3 -T 10 -qcO - " ${__url} " > " ${__file} "
134
129
;;&
135
130
* lido-obol.yml* )
136
131
# Lido Obol Dashboard
You can’t perform that action at this time.
0 commit comments