Skip to content

Enabling user alerts

This is administrator-facing documentation associated with this user guide. Please read that one first.

Important

Alertmanager should not be accessed via an Ingress, since this circumvents access control and audit logs. Please find the appropriate access method in the user guide linked above.

Ensure the following configuration changes are set in wc-config.yaml:

  1. Ensure prometheus.devAlertmanager.enabled is true.
  2. Ensure prometheus.devAlertmanager.ingressEnabled is false.

Then apply Welkin Apps.

Example

Please find below an example taken from wc-config.yaml:

prometheus:
 ## Application developer controlled alertmanager configuration.
  devAlertmanager:
    enabled: true
    ## Create basic-auth protected ingress to alertmanager
    ingressEnabled: false