diff options
| author | Marek Mahut <mmahut@redhat.com> | 2015-11-03 17:09:27 +0100 | 
|---|---|---|
| committer | Marek Mahut <mmahut@redhat.com> | 2015-11-03 17:09:27 +0100 | 
| commit | 0f58ddd79113f00e9fab62b8938ba02dbe0bef12 (patch) | |
| tree | 513ed0341a36f3f091ef41146cdc4a51f2f5c4a9 /roles | |
| parent | b2c2e8e2f44faee1f8f7ecd084395b9b9260e0a7 (diff) | |
| download | openshift-0f58ddd79113f00e9fab62b8938ba02dbe0bef12.tar.gz openshift-0f58ddd79113f00e9fab62b8938ba02dbe0bef12.tar.bz2 openshift-0f58ddd79113f00e9fab62b8938ba02dbe0bef12.tar.xz openshift-0f58ddd79113f00e9fab62b8938ba02dbe0bef12.zip | |
Moving to Openshift Etcd application
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index cd702a814..6defc4989 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -35,73 +35,73 @@ g_template_openshift_master:      description: Show number of successful create actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.create.fail      description: Show number of failed create actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.delete.success      description: Show number of successful delete actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.delete.fail      description: Show number of failed delete actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.get.success      description: Show number of successful get actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.get.fail      description: Show number of failed get actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.set.success      description: Show number of successful set actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.set.fail      description: Show number of failed set actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.update.success      description: Show number of successful update actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.update.fail      description: Show number of failed update actions      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.watchers      description: Show number of etcd watchers      type: int      applications: -    - Openshift Master +    - Openshift Etcd    - key: openshift.master.etcd.ping      description: etcd ping      type: int      applications: -    - Openshift Master +    - Openshift Etcd    ztriggers:    - name: 'Application creation has failed on {HOST.NAME}' | 
