Parcourir la source

Merge pull request #655 from stenwt/sturpin-2015-10-01-running-pods

Sturpin 2015 10 01 running pods
Sten Turpin il y a 9 ans
Parent
commit
3ffde7a596
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      roles/os_zabbix/vars/template_openshift_master.yml

+ 6 - 0
roles/os_zabbix/vars/template_openshift_master.yml

@@ -19,6 +19,12 @@ g_template_openshift_master:
     applications:
     - Openshift Master
 
+  - key: openshift.master.pod.running.count
+    description: Shows number of pods running
+    type: int
+    applications:
+    - Openshift Master
+
   ztriggers:
   - name: 'Application creation has failed on {HOST.NAME}'
     expression: '{Template Openshift Master:create_app.last(#1)}=1 and {Template Openshift Master:create_app.last(#2)}=1'