File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
assets/vsphere_problem_detector Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -105,19 +105,6 @@ spec:
105105 The cluster is using vCenter version less than 8, which is being deprecated by Openshift. A future version of
106106 Openshift will remove support for vCenter versions less than 8 and it is recommended to update your vCenter to a supported version.
107107
108- - alert : VSphereUnsupportedVCenterPresent
109- # Using min_over_time to make sure the metric is `1` for whole 5 minutes.
110- # A missed scraping (e.g. due to a pod restart) will result in prometheus re-evaluating the alerting rule.
111- expr : |
112- min_over_time(vsphere_vcenter_info{api_version=~"^9.*"}[5m]) > 0
113- for : 10m
114- labels :
115- severity : warning
116- annotations :
117- summary : " Detected vSphere vCenter version 9 in Openshift cluster."
118- description : |
119- The cluster is using vCenter version 9, which has not been tested by Openshift. A future version of Openshift will add support for vCenter version 9.
120-
121108 - alert : VSphereOpenshiftVmsCBTMismatch
122109 # Using min_over_time to make sure the metric is `1` for whole 5 minutes.
123110 # A missed scraping (e.g. due to a pod restart) will result in prometheus re-evaluating the the alerting rule.
You can’t perform that action at this time.
0 commit comments