Skip to content

Commit 34ebdad

Browse files
authored
feat: removing email from receivers (#100)
1 parent b803615 commit 34ebdad

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

docs/apps/alertmanager.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Alertmanager
66

77
## About
88

9-
Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of de-duplicating, grouping, and routing them to the correct receiver integration such as email, Slack, MS Teams, or OpsGenie. It also takes care of silencing and inhibition of alerts.
9+
Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of de-duplicating, grouping, and routing them to the correct receiver integration such as Slack, MS Teams, or OpsGenie. It also takes care of silencing and inhibition of alerts.
1010

1111
Alertmanager is configured to use the global values found under settings' [alerts](../for-ops/console/settings/alerts.md).
1212

@@ -17,6 +17,5 @@ The following receivers are supported:
1717
- `Slack`
1818
- `Microsoft Teams`
1919
- `Ops Genie`
20-
- `Email`
2120
- (default) `None` (will use the `null` receiver to enable the Alertmanager UI).
2221

docs/for-devs/console/settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Change the alert settings and preferred notification receivers.
5454
| ---------------- | -------------------------------------------------------------------------------- |
5555
| Slack | Needs a slack webhook url that will give alerts for warnings and criticals |
5656
| Microsoft Teams | Needs two alerting endpoints, for both warnings as well as criticals |
57-
| Email | You may provide a list of email addresses for both 'Non Critical' and 'Critical' |
5857
| If none selected | Global (admin) alerting endpoint configuration will be used |
5958

6059
## Configure Resource Quotas

docs/for-ops/console/settings/alerts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ The alerts settings section offers configuration options to define alerting endp
2424
| ------- | ----------- |
2525
| Slack | Slack webhook URL and channels for critical and non-critical alerts. |
2626
| Msteams | Microsoft Teams webhook URLs for critical (high prio) and non-critical alerts (low prio). |
27-
| Email | Email address(es) for critical and non-critical alerts. |
2827
| Opsgenie | Opsgenie API Key, URL and alert responder(s) |

docs/for-ops/console/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_label: Teams
1212

1313
- A Team will get access to the Console, providing access to self-service features and all the shared apps available on the platform.
1414

15-
- Teams can choose to receive alerts in Microsoft Teams, Slack or email and each team will get access to a project in Harbor.
15+
- Teams can choose to receive alerts in Microsoft Teams or Slack or Ops Genie and each team will get access to a project in Harbor.
1616

1717
- Teams can be allowed self-service features like configure ingress, configure a notification receiver for alerts, change the OIDC group mappings and download the KubeConfig.
1818

0 commit comments

Comments
 (0)