diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 6812913d837f83c18ff42777bf6ba0ffdfe12c8a..e3a0c9edb33f204e690f9abe8d7f2fc42378876c 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -173,6 +173,10 @@ hub:
     jwt:
       url: "http://jwt/"
       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
   image:
     name: eginotebooks/hub
diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml
index 8a6c8e8c98de31294c5ad4fe825ccc16fe8d743b..de26c68f6145ddce2258a33141e818c819dc9fc1 100644
--- a/common/deployments/hub-production.yaml
+++ b/common/deployments/hub-production.yaml
@@ -155,6 +155,10 @@ hub:
     jwt:
       url: "http://jwt/"
       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
   image:
     name: eginotebooks/hub
diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml
index e8ba7fb9ae1c91c0dba14fabee13f237febed997..9f9e2481173b681c0f950494402c5b6c89f36fe9 100644
--- a/common/deployments/hub-staging.yaml
+++ b/common/deployments/hub-staging.yaml
@@ -155,6 +155,10 @@ hub:
     jwt:
       url: "http://jwt/"
       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
   image:
     name: eginotebooks/hub
diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml
index 467a234460f7b4fe24708d9fe0e1d9abbc8c7e7e..0641d68dec9325621705fff3efb6bcd038fcea27 100644
--- a/testing/deployments/hub.yaml
+++ b/testing/deployments/hub.yaml
@@ -156,6 +156,10 @@ hub:
     jwt:
       url: "http://jwt/"
       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
   image:
     name: eginotebooks/hub