Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
edd_provisioning
Commits
b2b1fa03
Commit
b2b1fa03
authored
Oct 29, 2021
by
Tobias Winchen
Browse files
Merge branch 'ska_proto_rxs_monitor'
parents
d0ca84f1
27aa5b82
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/ska_proto_status_server/tasks/main.yml
View file @
b2b1fa03
...
...
@@ -13,6 +13,12 @@
tags
:
-
always
-
name
:
Wait for grafana to be ready
wait_for
:
host="{{ grafana_host }}"
port="{{ grafana_port }}"
timeout=60
-
name
:
Setup RXS Dashboard
uri
:
...
...
@@ -21,8 +27,12 @@
headers
:
Content-Type
:
"
application/json;charset=UTF-8"
Accept
:
"
application/json"
body
:
"
{{
lookup('template',
rxs_dashboard.json
)
}}"
body
:
"
{{
lookup('template',
'
rxs_dashboard.json
'
)
}}"
body_format
:
json
retries
:
3
delay
:
10
register
:
result
until
:
result is not failed
tags
:
-
dashboard
...
...
roles/ska_proto_status_server/templates/rxs_dashboard.json
View file @
b2b1fa03
{
"overwrite"
:
true
,
"dashboard"
:
{
"annotations"
:
{
"list"
:
[
{
...
...
@@ -699,3 +700,4 @@
"uid"
:
"stTTya4nz"
,
"version"
:
16
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment