Skip to content
Snippets Groups Projects
Commit e905cfc1 authored by František Dvořák's avatar František Dvořák
Browse files

Merge branch 'eosc-mon-svc' into 'master'

Creating eosc mon service

See merge request !20
parents 13454031 e438a2aa
No related branches found
No related tags found
1 merge request!20Creating eosc mon service
...@@ -173,6 +173,10 @@ hub: ...@@ -173,6 +173,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false display: false
eosc-monitor:
admin: true
display: false
api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
...@@ -155,6 +155,10 @@ hub: ...@@ -155,6 +155,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false display: false
eosc-monitor:
admin: true
display: false
api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
...@@ -155,6 +155,10 @@ hub: ...@@ -155,6 +155,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false display: false
eosc-monitor:
admin: true
display: false
api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
...@@ -156,6 +156,10 @@ hub: ...@@ -156,6 +156,10 @@ hub:
jwt: jwt:
url: "http://jwt/" url: "http://jwt/"
display: false display: false
eosc-monitor:
admin: true
display: false
api_token: "{{ secrets['zabbix_token'] }}"
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
......
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