|
@@ -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'
|