Skip to content

Commit 7d6b7a2

Browse files
authored
New SSV dashboard (#2085)
1 parent 845b7fb commit 7d6b7a2

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

grafana/provision.sh

+4-9
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,10 @@ case "$CLIENT" in
122122
wget -t 3 -T 10 -qcO - "${__url}" | jq 'walk(if . == "${DS_PROMETHEUS}" then "Prometheus" else . end)' >"${__file}"
123123
;;&
124124
*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}"
134129
;;&
135130
*lido-obol.yml* )
136131
# Lido Obol Dashboard

0 commit comments

Comments
 (0)