Skip to content
Snippets Groups Projects
Verified Commit 9f157161 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Creating eosc mon service

parent 914ccba2
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -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[name]['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[name]['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[name]['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[name]['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.
Please register or to comment