-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We have kubernetes cronjobs running on 2 openshift clusters.
nerc-shift-1: OpenStack, Storage, Daily Billing,nerc-ocp-prodopenshift cluster: OpenShift metrics collection, OpenShift reporting.
We want to get alerts when a job fails.
Here are some options:
-
The
obsclusters alertmanager can be configured to send alerts to our own slack channel. However, theobscluster only has metrics from thenerc-ocp-prod. We will need to connect it tonerc-shift-1so we can get metrics for all our cronjobs. -
Configure the alertmanager in
nerc-shift-1to send alerts to our slack channel. Currently, we get alerts from the cluster about everything that go into p-nerc. Alerts for openshift reporting can still come from theobscluster.
Reactions are currently unavailable