Skip to content

Commit 0c5bde9

Browse files
Merge pull request #640 from vr4manta/SPLAT-2525
SPLAT-2525: Removed VCF9 alert now that it has been tested.
2 parents 2647d9e + ab26990 commit 0c5bde9

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

assets/vsphere_problem_detector/12_prometheusrules.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)