diff options
author | Sten Turpin <stenwt@users.noreply.github.com> | 2015-10-08 14:12:43 -0500 |
---|---|---|
committer | Sten Turpin <stenwt@users.noreply.github.com> | 2015-10-08 14:12:43 -0500 |
commit | 3ffde7a596721b65ec82628b36fb53a69715a031 (patch) | |
tree | 573b956fd646417092e0708c526b40bf3fa39a86 | |
parent | 4acfad9d05e16ba1173d45d544bddc89c5eb4ebd (diff) | |
parent | 3d45adca50cd903cfdba02e21a7a034dab209518 (diff) | |
download | openshift-3ffde7a596721b65ec82628b36fb53a69715a031.tar.gz openshift-3ffde7a596721b65ec82628b36fb53a69715a031.tar.bz2 openshift-3ffde7a596721b65ec82628b36fb53a69715a031.tar.xz openshift-3ffde7a596721b65ec82628b36fb53a69715a031.zip |
Merge pull request #655 from stenwt/sturpin-2015-10-01-running-pods
Sturpin 2015 10 01 running pods
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index 68f810fe0..4ae918ec6 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/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' |