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 user.alertmanager.enabled is true.
  2. Ensure user.alertmanager.ingress.enabled is false.

Then apply Welkin Apps.

Example

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

user:
  ## User controlled alertmanager configuration.
  alertmanager:
    enabled: true
    ## Create basic-auth protected ingress to alertmanager
    ingress:
      enabled: false