diff options
| author | Sten Turpin <sten@redhat.com> | 2015-10-01 08:48:04 -0500 | 
|---|---|---|
| committer | Sten Turpin <sten@redhat.com> | 2015-10-08 14:06:48 -0500 | 
| commit | 14e5118471d0d51acb5b12b304b25dad1edf0c87 (patch) | |
| tree | dcba5ccd38632c496127c709f746cf56e5cf2c65 /roles | |
| parent | 4acfad9d05e16ba1173d45d544bddc89c5eb4ebd (diff) | |
| download | openshift-14e5118471d0d51acb5b12b304b25dad1edf0c87.tar.gz openshift-14e5118471d0d51acb5b12b304b25dad1edf0c87.tar.bz2 openshift-14e5118471d0d51acb5b12b304b25dad1edf0c87.tar.xz openshift-14e5118471d0d51acb5b12b304b25dad1edf0c87.zip | |
added running pods
Diffstat (limited to 'roles')
| -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..234ea12ce 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' | 
